Mercurial > noffle
comparison TODO @ 121:a0a96e1021c3 noffle
[svn] Performance of group database
author | enz |
---|---|
date | Wed, 19 Jul 2000 19:20:35 +0100 |
parents | 32ba1198c6fa |
children | 7c7a7c96d35b |
comparison
equal
deleted
inserted
replaced
120:05f50c1761d9 | 121:a0a96e1021c3 |
---|---|
8 * Has Client_connect resource leaks if it fails? | 8 * Has Client_connect resource leaks if it fails? |
9 | 9 |
10 | 10 |
11 Later | 11 Later |
12 ----- | 12 ----- |
13 | |
14 * Improve performance of group database. Using GDBM is a bad choice, | |
15 better use a btree from the Berkeley db library in libc. | |
16 This will be a good time for a redesign of the group.h interface | |
17 with respect to process concurrency if the simple global locking strategy | |
18 will be changed in the future. | |
13 | 19 |
14 * Add "hostname" config option for setting the FQHN in generated message IDs. | 20 * Add "hostname" config option for setting the FQHN in generated message IDs. |
15 | 21 |
16 * Read timeout when running as server and automatically close if client | 22 * Read timeout when running as server and automatically close if client |
17 does not send data for a longer time. | 23 does not send data for a longer time. |