Hi,

I think you've misunderstood warm-up requests.  GAE will spin-up and 
tear-down your application very often, especially if you have very little 
traffic going through.  The warm-up requests are simply a mechanism for 
carrying out some initialisation, so that if a new instance is required to 
handle some additional load the main loading request is smaller in 
duration.  By disabling warm-up requests, you are simply telling GAE that 
you don't support this initialisation optimisation.

At the moment, there is an "Always On" option which allows you to always 
have three instances available.  However, this will be disappearing with the 
new pricing structure at the end of the month.

Cheers,
Simon

-- 
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/-/R0e0r7b04h0J.
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