summaryrefslogtreecommitdiffstatsabout
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO22
1 files changed, 22 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..75dacbe
--- /dev/null
+++ b/TODO
@@ -0,0 +1,22 @@
1$Id: TODO,v 1.1 2004/02/12 03:21:35 urkle Exp $
2
3TODO:
4* Port connection portion to other DBMS? Genericize the module? Start with
5 PostgreSQL. (provider mechanism, and libDBI)
6* does determining table name in massvirtual mode upon every request
7 cause performance degradation? If so fix.
8* LogSQLRotateLogs directive with daily/monthly/weekly/etc.
9* new format char: IP as bigint? ( not w/ ipV6 )
10* socket-based middleman daemon with configurable conns, or connect/disconnect.
11 DBI connection pool when I switch to DBI.
12* ignore by cookie
13* tools to import logs into SQL (waiting on permission from author)
14* Directive to yes/no create ancillary tables (or just access table)
15* break module into separate code files
16 separate DB implimentation into sub-modules via provider mechanism
17* convert documentation to docbook
18* add document building to Makefile.in
19* investigate thread safety issues (libmysqlclient_r)
20 Add thread locks if using standard mysqlclient
21* rewrite main core logging function to optimize for speed.
22* Clean up table creation code.