My project is GAE + GWT.
 
> # of classes in WEB-INF/classes: 619
> (cd war/WEB-INF/classes; ls -R | grep class | wc -l)
> 
> 

5421 (packed in a single .jar)
> 
> Size of WEB-INF/classes: 3.3M
> (cd war/WEB-INF/classes; du -sh .)
> 
> 

58M 
> 
> # of jars in WEB-INF/lib: 54
36 
> 
> Size of WEB-INF/lib: 42M
> (25M of this is GAE SDK)
> 
> 

76M 
> 
> # of classes registered with Objectify: 36 (plus maybe half that again
> in @Embed and @Serialize classes)
> 
> 

325 (more or less) 
> 
> # of classes registered with other means (any explicit classloading,
> ie JAX-RS): 100+
> 
> 

26
> 
> Fastest observed startup time: 20s
> Typical startup time: 50s
> Slowest startup time: deadlined 60s+
> 
In the last 3/4 weeks: 12s, 14s, 20s
Since a month ago: 35s, 50s, deadlined 60s+

I do not know why and I do not know how, but in recent weeks the startup times 
have improved significantly, without changing a single line of code.

However, like you, I too have had serious problems starting the instances in 
the past months.

Then, magically, it all worked out.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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?hl=en.

Reply via email to