--- Toad <[EMAIL PROTECTED]> wrote: > On Mon, Nov 03, 2003 at 12:30:32PM -0500, Nick Tarleton wrote: > > Why not periodically bring all the files in the DS up to date? Or to be even more > > devious, > periodically set them to random dates within the uptime of the node? > > Becuase LRU is a basic part of the algorithm.
You could store just the day and not the time. That would make it less obvious that all the stuff was requested at the same time and LRU would still work alright as long as data stays for a couple days. I agree with you though: none of this is nessesary if the private cache and premix are implemented. __________________________________________________________________ Gesendet von Yahoo! Mail - http://mail.yahoo.de Logos und Klingelt�ne f�rs Handy bei http://sms.yahoo.de _______________________________________________ Devl mailing list [EMAIL PROTECTED] http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/devl
