On Mon, Feb 4, 2013 at 11:42 AM, alex <[email protected]> wrote: > it's funny (or not) how often people tend to blame someone else when a > problem arises. it's not always black and white.
Honestly, in this case I think it's pretty black-and-white. GAE started with a design assumption that instance startup is fast - maybe reasonable for the first few Python apps, but after years of experience and tuning, it's pretty safe to say that Java instance startup is never going to be fast enough to make users wait. I'm sure it's hard to fix a system built around a fundamental assumption like this. Jeff -- 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 http://groups.google.com/group/google-appengine?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
