Hi any one used memcache here?!!!!!!! please i need some help any comment will be greatly appreciated thanks a lot Joe
On May 27, 11:14 pm, Joe Fawzy <[email protected]> wrote: > 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 [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.
