There are some proposed new features for GAE to allow apps to keep their byte-code 'warm', either on the application server, or as a pre- initialized image on disk that can be loaded and not incur a full initialization. Check out this issue, contribute suggestions and vote for it if you want to see a feature like this;
http://code.google.com/p/googleappengine/issues/detail?id=2456 On Nov 7 2009, 3:22 am, Prashant <[email protected]> wrote: > yes, your guess is right. if your app is inactive then app engine will > remove your app servlets from memory and reloads from datastore (or wherever > it is stored) when you access it first time. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. 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-java?hl=en.
