Re: [appengine-java] Loading request time

2009-12-10 Thread Ikai L (Google)
Yes, loading dependencies can add to your startup time. Are you initializing anything on startup? On Tue, Dec 8, 2009 at 10:29 PM, jd jdpatter...@gmail.com wrote: Hi, My application takes over 10 seconds on loading requests to output its log messages. During this time, simultaneous requests

[appengine-java] Loading request time

2009-12-08 Thread jd
Hi, My application takes over 10 seconds on loading requests to output its log messages. During this time, simultaneous requests are aborted because they cannot be serviced within the 10 second limit. What is the best way to optimise startup time? I have already turned on precompilation. Is