"Java

Concurrent Requests: Until now, Java applications relied on starting
additional instances to dynamically scale up for higher traffic
levels. Now with support for concurrent requests, each application
instance may serve multiple user requests at the same time. To start,
ensure your application’s code is threadsafe, then enable concurrent
requests by adding the <threadsafe> flag to your appengine-web.xml."

http://googleappengine.blogspot.com/2011/03/announcing-app-engine-143-release_30.html

My reaction to this "new" feature probably isn't printable.

-- 
You received this message because you are subscribed to the Google Groups "The 
Java Posse" 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/javaposse?hl=en.

Reply via email to