Re: [appengine-java] Slow response time under load

2009-12-14 Thread Jess Evans
Can that be clarified a bit? GAE concurrent requests are capped below 10 and 1/3 sec response time is considered a long request? This doesn't seem realistic compared to non-trivial 3-tier JEE clusters where an installation might support upwards of 100+ open sockets and a looong transaction might

Re: [appengine-java] Slow response time under load

2009-12-10 Thread Ikai L (Google)
There is a limit on the number of open connections you can have, and it could be that you are hitting this limit. App Engine favors a model where you use many small, cheap requests in lieu of single, long requests. On Tue, Dec 8, 2009 at 2:50 PM, R D adma...@gmail.com wrote: I have a simple