Thanks Ikai, its great to know you guys are onto it. http://code.google.com/p/googleappengine/issues/detail?id=5384
I am also seeing time-outs with out in my front end requests. I ran the tasks from a different app version to run on different instances just to be sure that tasks were not taking down the the front end requests (or vise versa) but the lock ups still happened on both. My tasks did a lot of reads and writes in quick succession. They also use a Guava ConcurrentHashMap made with MapMaker and a concurrency level of 10. Although only my front end requests would actually be using this concurrently. I also use Guice which internally uses a guava concurrent hash map. Let me know if it will be helpful to examine my running app. Cheers, John -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine-java/-/ZZDd1cwmPLcJ. 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.
