Hi all
i know that memcache is documented as an unreliable storage that means
that nothing is guarenteed
BUT i am asking about your experience using it

i have a service with a public api , i want to monitor usage of this
api by each user, obvious i cannot go to the datastore on every
request to update the usage count, so i have to use memcache to
temporary store the values and periodically(may be every minute)
update the datastore

so can i store about 1 million entry each about 100 byte for 2 or
three minutes without the system evict them
obviously sometimes i expect to lose some entries, this is something i
can cope with, but does the system support about a million entry even
for a short time(2-3 min)

it will be great if someone from google give some outlines(even if it
is not official)
BUT also i will appreciate anyone who will write about his own
experience

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 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.

Reply via email to