You can't create a new thread, but you can have multiple concurrent 
requests if you say your app is thread safe in appengine-web.xml, which 
means that your code will be running with multiple threads.

I must admit that I just assumed all the services provided by App Engine to 
be thread safe.   If any are not I would expect this to be flagged up in 
the documentation.  If they weren't we would have seen lots of complaints 
about applications getting screwed up in interesting and unexpected ways, 
so I'll take a bet at pretty good odds that they *are *thread safe...

Tim


-- 
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/-/dkld_4gH3Q0J.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to