Hi, I am using Guice with a Google App Engine project but have found
that the startup time of Guice is killing my app.  "Loading requests"
are very frequent in GAE and need to be fast or your user sits and
waits. Currently the apps startup time is about 6 seconds and of that
the Injector takes 4 seconds to build.  This is with Stage set to
Development which did knock about two seconds off the time.

My question is, are there any other tricks to reduce Guice startup
time.  Could some configuration be saved or serialized rather than
recalculated every time my app spins up a new instance?

Thanks,

John.

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

Reply via email to