Beginning work on better recovery tools

Russ Allbery rra at stanford.edu
Fri Feb 22 05:20:07 UTC 2002


Forrest J Cavalier <mibsoft at epix.net> writes:

>> tradindexed is using MD5 hashes of the group names as unique keys.  *sigh*

> Except for how long it takes to calculate MD5 and compare 16 bytes, they
> are good.  They are indeed unique.

Yeah, it's just an odd hack.

> One advantage they may have over anything computed locally is that they
> are portable from system to system.

That's true, but I don't think we gain anything from that that we wouldn't
also get from putting them in the active file and just copying the active
file.

> I don't care for the tradspool indexing of newsgroup names. If you lose
> that index file which maps names to numbers, it is very difficult to
> recover.

That's one of the reasons why I want to keep it with the active file; that
way, the chances of losing that mapping are pretty low.  I don't think the
speed hit on LIST ACTIVE will be very significant; we're already doing
per-line processing of it when we send it to the network.

-- 
Russ Allbery (rra at stanford.edu)             <http://www.eyrie.org/~eagle/>


More information about the inn-workers mailing list