pass1
pass1

Reputation: 107

Guice startup time on Google App Engine 1.6.4

I'm using Guice 3 on Google App Engine 1.6.4. Today, I saw something bad on my startup time. My application (local launching) took 12 sec to start.

I got one ServletModule where I'm writing all my bindings in the configureServlets method. When I left this method empty, my application take 3 sec to start.

This method contains ~30 binding, 3 MultiBinder and 1 mapBinder...

Thanks!

Upvotes: 6

Views: 778

Answers (1)

pass1
pass1

Reputation: 107

Switching to Google App Engine 1.6.3 or 1.6.5 solve the problem. It seems that it's a Google App Engine 1.6.4 issue. Thanks for your help !

Upvotes: 2

Related Questions