I think you're confusing deploying with cold startup. Static files won't affect startup time (they will affect deployment, of course, since you need to upload any that have changed); servlets needing to load lots of jars and classes to do something simple will make that simple thing take a long time.
On Mar 1, 9:21 am, François Masurel <[email protected]> wrote: > There seems to be an incompressible deploying time, even if you access > a pretty simple page in GAE. > > In my case, a pretty basic servlet making a simple read in the > datastore can take as much as 15s to load. > > My web.xml is pretty basic too, only one filter : I'm doing the > servlet lazy-loading myself coz I reached the "100 URLMap entries" > limit. > > So I guess my application should load pretty quickly, isn't it ? > > What am I doing wrong ? Is the application global weight (classes, > jar, static files) is to take into account for the deploying time ? > > Thanx for your answers. > > Francois Masurel > Bordeaux, FRANCE -- 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.
