I agree with Jeff. Just a little clarification...

On Aug 5, 2014, at 11:52 AM, Jeff Schnitzer <[email protected]> wrote:

> Only one of the article's points is related to Java and the long startup 
> issue.

No pre-scaling and Schedule loop of death were the two that I think are 
impacted by Java having such a pathetic spin-up time.

And I'm pretty convinced that it's possible to keep Python startup low as the 
program scales in size, as long as you keep startup time as a design point. 
Always lazy import everything, keep stuff modular, use tasks liberally, etc.

Brandon made a pretty good case for this a long time ago. And he certainly put 
a lot of time and effort into it.

-Joshua

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to