[appengine-java] memcache question

2010-01-30 Thread Andrei
I have one entry in memcache around 300Kb
I serve it over request which come about one in every 1 to 5 mins
About in half cases it takes about 4 seconds to get entry from cache,
in other cases 50m ms
I was expecting all cases to be 50 ms
Any ideas?
Thanks

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Memcache question

2010-01-17 Thread Andrei
Is there a way to code Memcache that would notify when particular
entry is about to expire
so i can store it in DB?
Thanks
-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.