Re: [google-appengine] Re: It is almost intolerable for user experience with 1 idle instances running

2011-09-29 Thread Jeff Schnitzer
On Thu, Sep 29, 2011 at 6:59 PM, Tapir wrote: > > I am really some regretting on using java instead of python. > I feels google doesn't put enough energy to solve some common problems > in java apps, > such as slow startup and high memory using. Honestly it's really hard to tell what you're askin

RE: [google-appengine] Re: It is almost intolerable for user experience with 1 idle instances running

2011-09-30 Thread Brandon Wirtz
If you are loading extra libraries that can slow your load time. Also look at storing variables and other start up information in memcache rather than datastore. I knocked a lot of time off of my startup by trimming the fat and putting all of my start up variables in a single entity rather than h