summaryrefslogtreecommitdiffstatsabout
path: root/TODO.in
blob: 12bb30cfa7f28ccd6a769fb57fa8a6bf6534b06a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TODO:
* write alternate DB driver (PostgreSQL, libDBI, mod_*_pool)
* look at forcing table name to ServerName instead of on of the names in
  ServerAlias?
* LogSQLRotateLogs directive with daily/monthly/weekly/etc.
* socket-based middleman daemon with configurable conns, or connect/disconnect.
* DBI connection pool when I switch to DBI.
* ignore by cookie
* investigate thread safety issues
	Use libmysqlclient_r for threaded MPM (or always?)
	Add thread locks if using standard mysqlclient
	Check locking issues with the preserve file?
* rewrite main core logging function to optimize for speed.
* Clean up table creation code.
	support DB independent way of defining the tables
-----