objects deleted from cache after 20min

2010-03-12 Thread Alexandre Ladeira
I'm using memcached to store these data: - user object - an java object consisting of username, password, city...; - user status info; - counter, so for every user login, I will make three memcached put operation. After making 10.000 logins, I have these stats via memcached stats: bytes - ~1Mb cou

Re: objects deleted from cache after 20min

2010-03-12 Thread Matt Ingenthron
Hi, Alexandre Ladeira wrote: I'm using memcached to store these data: - user object - an java object consisting of username, password, city...; - user status info; - counter, so for every user login, I will make three memcached put operation. After making 10.000 logins, I have these stats via m

Re: objects deleted from cache after 20min

2010-03-15 Thread Alexandre Ladeira
Hi, I'm using curr_items statistics. I have an memcached counter to know how many users are online, the problem is that after 20 min objects are removed from cache, and the counter decreses for each remove. I don't know why this is happenning, could you have some clue? Thanks for your reply. On M

Re: objects deleted from cache after 20min

2010-03-15 Thread Dustin
On Mar 15, 7:19 am, Alexandre Ladeira wrote: > I'm using curr_items statistics. I have an memcached counter to know > how many users are online, the problem is that after 20 min objects > are removed from cache, and the counter decreses for each remove. I > don't know why this is happenning, cou

Re: objects deleted from cache after 20min

2010-03-15 Thread Alexandre Ladeira
Sorry for relating this as an issue... I discover now that there is a procedure that deletes user after 20 min of inactivity... Thanks for your attention. On Mar 15, 1:43 pm, Dustin wrote: > On Mar 15, 7:19 am, Alexandre Ladeira > wrote: > > > I'm using curr_items statistics. I have an memcached

Re: objects deleted from cache after 20min

2010-03-15 Thread Alexandre Ladeira
Sorry for relating this as an issue... I discover now that there is a procedure that deletes user after 20 min of inactivity... Thanks for your attention. On Mar 15, 1:43 pm, Dustin wrote: > On Mar 15, 7:19 am, Alexandre Ladeira > wrote: > > > I'm using curr_items statistics. I have an memcached