It sounds like you have a bad value in memcache and when a servlet hits it, 
it blocks the instance that's executing it.  When you have multiple 
instances running, other requests can be served by other instances.  When 
you set it to 1, that one faulty instance gets backed up and requests start 
timing out.  That's the only reason I can think of that clearing memcache 
AND changing your # of instances would solve the problem.  It's like your 
bad memcache value is a blockage in a stream.  Clearing memcache clears the 
block.  Increasing the number of instances allows other requests to flow 
around the block.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/I1PijG1aykIJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to