On Sun, Mar 7, 2010 at 11:36 AM, tempy <fay...@gmail.com> wrote:
> Interesting... now I need to go and make sure all my logic still works
> if singletons stick around between requests.  GAE is full of
> surprises!  Thanks for the tip =)

It may be true that GAE is full of surprises, but this shouldn't have
been one of them :-)

Your GAE instance is a (modified) copy of Jetty that starts up, serves
requests for a while, and maybe gets shut down if you don't have any
more traffic.  You can't possibly think that GAE would start up a JVM
and Jetty for every single request!

Jeff

-- 
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 google-appengine-j...@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