As long as there is at least one app instance running will that guarantee another user won't get a loading request? My loading requests take like 10 seconds to initialize Spring, Spring Security, and JDO. I don't want any of my users to experience a 10 second wait. The docs say that once there is a steady stream of traffic then your instance won't be shut down.
What about when there is a surge in traffic and a second instance is going online, will that cause a loading request for a user? -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
