[Seaside] Seaside sessions not being either unregistered or GCed

Bob Arning arning315 at comcast.net
Sat Jul 4 15:08:12 UTC 2015


Yes, it is per cache. What you may be overlooking is this: the cache 
will be reaped every 10 (whatever) accesses or stores. That doesn't mean 
there is anything actually expired at that time, but the reap happens 
(doing nothing) and the strategy's count is reset to zero. If something 
expires after this reap, then it will take another 10 accesses (or 
whatever) before the newly-expired goes away.

On 7/4/15 10:12 AM, Mariano Martinez Peck wrote:
> tells me that maybe I am misunderstanding the #cacheReapInterval. So 
> maybe it is not 10 sessions... but that each cache (assume one per 
> session and one per app) would be cleared only after something was 
> stored there at least 10 times???  mmmmmm
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20150704/e8cc1bc9/attachment.htm


More information about the seaside mailing list