# HG changeset patch # User enz # Date 978102565 0 # Node ID fbbdc46429b4d830b53d44782f27cd03c01703f7 # Parent 23a53c92d4d794238b37b9ed8f273245ca008493 [svn] Add handling of connection breakdown during a fetch to later section. diff -r 23a53c92d4d7 -r fbbdc46429b4 TODO --- 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