Mercurial > noffle
comparison TODO @ 161:fbbdc46429b4 noffle
[svn] Add handling of connection breakdown during a fetch to later section.
author | enz |
---|---|
date | Fri, 29 Dec 2000 15:09:25 +0000 |
parents | 7c7a7c96d35b |
children | 3d243292468d |
comparison
equal
deleted
inserted
replaced
160:23a53c92d4d7 | 161:fbbdc46429b4 |
---|---|
10 * Bug: Lock_closeDatabases must do a Cont_write() if dirty and Lock_openDatabases() | 10 * Bug: Lock_closeDatabases must do a Cont_write() if dirty and Lock_openDatabases() |
11 should check if it is necessary to reread the group content using a timestamp. | 11 should check if it is necessary to reread the group content using a timestamp. |
12 | 12 |
13 Later | 13 Later |
14 ----- | 14 ----- |
15 | |
16 * Make Noffle handle a connection break-down during a fetch more gracefully. | |
17 At present it still continues to fetch articles, generating a | |
18 retrieving failed article for each article left. | |
15 | 19 |
16 * Improve performance of group database. Using GDBM is a bad choice, | 20 * Improve performance of group database. Using GDBM is a bad choice, |
17 better use a btree from the Berkeley db library in libc. | 21 better use a btree from the Berkeley db library in libc. |
18 This will be a good time for a redesign of the group.h interface | 22 This will be a good time for a redesign of the group.h interface |
19 with respect to process concurrency if the simple global locking strategy | 23 with respect to process concurrency if the simple global locking strategy |