On Sunday, June 17, 2012 9:36:31 PM UTC+2, Jeff Schnitzer wrote: > My biggest concern is that even if I cut my startup time in half > (which I suspect is optimistic), I'm still going to be at the mercy of > a blip in GAE. The startup time varies by a factor of 3 even when > GAE is in "normal" state. >
There's a chance creating a jar will reduce the variability as well, in that one file load offers reduced opportunity for issues compared to a couple hundred file accesses, each of which could cause a delay. However, it's hard to believe it's a silver bullet or surely it'd be built into the deployment process by default? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/t-bgmt9CTd8J. 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.
