Re: LRU frequency

2005-07-23 Thread Lucas Brasilino
Hi! What is the cache size and request rate of these caches that quit due a full cache directory? Sorry, I don't remember. It has some time, so nevermind. It would certainly be nice to know. It was at my last job. I didn't remember which Squid's version was running before

Re: LRU frequency

2005-07-20 Thread Adrian Chadd
On Wed, Jul 20, 2005, Lucas Brasilino wrote: > Since you mentioned, I looked event.c code and I saw that > every "event functions" called within eventRun() is unregistered. > So functions like storeMaintainSwapSpace() must be re-registered. > Why not add a flag to struct ev_entry that tells

Re: LRU frequency

2005-07-20 Thread Lucas Brasilino
Hi! I looking around LRU informations to get into the code. I read a doc, I really don't remember where, that says LRU replacement policy runs every second. Is that correct ? So do heap LFUDA and GDSF ? It is true. This is the call in store.c: /* Reregister a maintain event .. */ ev

Re: LRU frequency

2005-07-18 Thread Duane Wessels
On Mon, 18 Jul 2005, Lucas Brasilino wrote: Hi! I looking around LRU informations to get into the code. I read a doc, I really don't remember where, that says LRU replacement policy runs every second. Is that correct ? So do heap LFUDA and GDSF ? It is true. This is the call in store.c:

LRU frequency

2005-07-18 Thread Lucas Brasilino
Hi! I looking around LRU informations to get into the code. I read a doc, I really don't remember where, that says LRU replacement policy runs every second. Is that correct ? So do heap LFUDA and GDSF ? If so, why LRU threshold is about days (1 to 10 days as said here[1]) and not minutes or hour