[appengine-java] Re: threads per instance (Java)

2011-09-05 Thread James Cooper
Thanks John, that's the sort of thing I was looking for. -- James -- 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/-/qAolzIBZiZsJ. To

[appengine-java] Re: threads per instance (Java)

2011-09-05 Thread de Witte
I don't get a higher number than 11 due the limitation of 1000 requests per minute. http://code.google.com/intl/nl/appengine/forum/?place=forum/google-appengine private static SetString threads = new HashSetString(18); . . . Thread thread = Thread.currentThread(); if(thread != null) {

[appengine-java] Re: threads per instance (Java)

2011-09-04 Thread John Patterson
Three months ago instances were limited to 10 concurrent requests but apparently this restriction will be completely removed (may already be removed) and the CPU usage of your app will be the sole determinant of concurrency. So if your app handles requests very efficiently it will handle a

[appengine-java] Re: threads per instance (Java)

2011-09-03 Thread Francois Masurel
I just asked a similar question here : http://code.google.com/p/googleappengine/issues/detail?id=5414#c31 You might want to file a documentation bug. Francois -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To view this