Memcache performance for my app has gone down the tube. Gets and sets that used to take 10-20ms are now taking seconds, making it significantly slower than just going straight to the datastore:
http://code.google.com/p/googleappengine/issues/detail?id=6167 On 22 October 2011 18:54, Eurig Jones <[email protected]> wrote: > Something definitely changed a day or so ago. Memcache was > consistently failing 1 request per 5 or 6 seconds. My app accounts for > failures, but it's never done that before, suggesting that something > changed. > > On Oct 21, 5:05 pm, Gerald Tan <[email protected]> wrote: >> AFAIK there is no uptime guarantees on memcache, and I see memcache failures >> appearing from time to time. >> Your app should probably be written to handle memcache exceptions >> gracefully. > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" 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?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
