Mercurial > noffle
changeset 121:a0a96e1021c3 noffle
[svn] Performance of group database
| author | enz | 
|---|---|
| date | Wed, 19 Jul 2000 19:20:35 +0100 | 
| parents | 05f50c1761d9 | 
| children | d00adc26d77a | 
| files | TODO | 
| diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] | 
line wrap: on
 line diff
--- a/TODO Wed Jul 19 08:02:45 2000 +0100 +++ b/TODO Wed Jul 19 19:20:35 2000 +0100 @@ -11,6 +11,12 @@ Later ----- + * Improve performance of group database. Using GDBM is a bad choice, + better use a btree from the Berkeley db library in libc. + This will be a good time for a redesign of the group.h interface + with respect to process concurrency if the simple global locking strategy + will be changed in the future. + * Add "hostname" config option for setting the FQHN in generated message IDs. * Read timeout when running as server and automatically close if client
