summaryrefslogtreecommitdiffstats
path: root/TODO.in
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.in')
-rw-r--r--TODO.in16
1 files changed, 0 insertions, 16 deletions
diff --git a/TODO.in b/TODO.in
deleted file mode 100644
index 12bb30c..0000000
--- a/TODO.in
+++ /dev/null
@@ -1,16 +0,0 @@
1TODO:
2* write alternate DB driver (PostgreSQL, libDBI, mod_*_pool)
3* look at forcing table name to ServerName instead of on of the names in
4 ServerAlias?
5* LogSQLRotateLogs directive with daily/monthly/weekly/etc.
6* socket-based middleman daemon with configurable conns, or connect/disconnect.
7* DBI connection pool when I switch to DBI.
8* ignore by cookie
9* investigate thread safety issues
10 Use libmysqlclient_r for threaded MPM (or always?)
11 Add thread locks if using standard mysqlclient
12 Check locking issues with the preserve file?
13* rewrite main core logging function to optimize for speed.
14* Clean up table creation code.
15 support DB independent way of defining the tables
16-----