On 8/26/07, Bob Ippolito <[EMAIL PROTECTED]> wrote:
>
> It will eventually fill up, but data in memcached is a combination of
> (opt-in) expiration and LRU. Sessions shouldn't be "least recently
> used", and they only get expired if you gave them an expiration time
> (which probably makes sense to do).


Right. But still, this is a kind of "rough", "it should work in most cases"
solution,
as there is a very real chance of losing session data when user is idling
for a while in
a busy system. Depends on the system whether it's a serious thing or not, of
course.


-- 
--PJ

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to