My application uses memcache to do an online user count, it had been
working fine since last Friday util yesterday, then it started to fail
setting/updating the value of the counter since then, it's like it
worked at 8pm, then not working at 8:30pm, then worked again at
8:35...
When I tried to catch the error with
com.google.appengine.api.memcache.MemcacheServiceException, it does
catched this exception, does it mean the Memcache service is down? But
this isn't the scheduled maintance time, and datastore write is
working, how can memcache service down while the datastore write is
still working?

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