diff options
author | Edward Rudd | 2004-04-03 18:27:23 +0000 |
---|---|---|
committer | Edward Rudd | 2004-04-03 18:27:23 +0000 |
commit | bf387bc750caf37fe2cbe45a901161861fc50b01 (patch) | |
tree | 85d2e54ac072eb4804ff97da1efc441767e05911 /TODO | |
parent | d14dcc25d77a556940bcbb6feb71f0b6e67c2674 (diff) |
Added gen_todo.pl to extract TODO items from source code.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 22 |
1 files changed, 0 insertions, 22 deletions
@@ -1,22 +0,0 @@ | |||
1 | $Id: TODO,v 1.1 2004/02/12 03:21:35 urkle Exp $ | ||
2 | |||
3 | TODO: | ||
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. | ||