Hi,

Apologies if this is clarified elsewhere but I need to make sure. I'm
basically trying to figure out if there is much benefit in using
threading inside my Java code if all of the work is done in servlets.

Specifically, lets say I use <threadsafe>true</threadsafe> in
appengine-web.xml. Now I have a servlet mapped to, say, /testing. For
arguments sake, /testing takes 1 second to execute, and it does not
use any concurrency.

If I receive 1 request to /testing, and then a second request 0.5
seconds later, is the second request blocked? Or does app engine
automatically create a new thread and execute the code inside /testing
in parallel?

Thanks

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

Reply via email to