After configuring my app with 'always on', I still see some long delays with log entries indicating a new process is being started. There is at least on occurrence where there hadn't been any requests for about 60 seconds and then two requests arrived within 300 ms. The first request got a fully warmed instance and completed in 332 ms (according to the log). The second request caused a new instance startup and took 6181 ms to complete (enough time to serve about 9 requests). With 'always on' configured, I would expect an instance to be available for the second request. I wonder if there's any way to know why GAE didn't have an available instance to handle the second request - is there something I can do?
-- 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.
