Hi all
i was wondering how many MB will appengine give an app in memcache
capacity?
i know that it depends and it cannot be determined....
i do not need exact figure but a rough approximation , as i am trying
to reduce application load time by storing common data in memcache, so
i would like to know how big it is in order to determine how much data
i will store init ,otherwise some data will be instantly removed

another question:
 it seems that memcache eviction policy is LRU so does a call to
contains method count toward the USE of an entry or do i have to call
a get in order to keep it from being evicted

if i have a running application, which have some load, and have a
finite set of entry (a constant number) how much does it take to evict
an unused entry?


i wanna know about your experience with memcache not just the official
statment

thanks
Joe

-- 
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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to