A few years ago I came across a suggestion that you can improve startup time by including you war class files in a jar, implying that maybe the war is loaded in an exploded manner. Not sure if this is true or relevant, I've never bothered. You could test it out.
I've never seen resident instance work or do anything, I always observe cold starts on requests I make even when a resident instance is running. Quite often you'll also see the full load being born by one or two instances while others lie around for a long time only serving one or two requests. It would be great if someone had time to play and understand practically what matters. I found it interesting that resident instances are supposed to be converted to dynamic though - I never noticed that. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/25dbc043-4fc8-4286-92f7-9485cd7b908a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
