Mercurial > noffle
changeset 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 | 23a53c92d4d7 |
children | 7bbff2e00543 |
files | TODO |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/TODO Fri Dec 29 15:05:10 2000 +0000 +++ b/TODO Fri Dec 29 15:09:25 2000 +0000 @@ -13,6 +13,10 @@ Later ----- + * Make Noffle handle a connection break-down during a fetch more gracefully. + At present it still continues to fetch articles, generating a + retrieving failed article for each article left. + * 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