Raphael A. Bauer

Results 83 comments of Raphael A. Bauer

On Tue, Apr 9, 2013 at 8:01 PM, Raphael André Bauer [email protected] wrote: > On Tue, Apr 9, 2013 at 5:07 PM, ludoch [email protected] wrote: > > > Worth looking...

On Wed, Apr 10, 2013 at 4:09 PM, Samuel Liard [email protected]: > My empty app works, it's not the problem :) > The main problem is first loading time >...

On Wed, Apr 10, 2013 at 4:34 PM, Samuel Liard [email protected]: > Startup time is a big problem with GAE due to a bug with idle instance. > > My...

@marceloverdijk all true. Under the hood Ninja uses Guice what is in general (gut feeling and common sense - no benchmarking) faster than a full fledged spring application. But: The...

It really seems we can't do much about it. If you are really dependent on startup times either don't use java - or don't use gae :(

Hey Sam, the message your are seeing regarding "NinjaAppengineEnvironmentNull" is just a note. There is no initialization going on. I am not really sure what to say here. Our startup...

You might also want to checkout https://developers.google.com/appengine/docs/adminconsole/performancesettings#Setting_the_Pending_Latency I just played around with some settings and brought down our initial startup time to around 8 secs.. Cheers, Raphael

And another quick update. I just tried with the default settings and a new project based on the ninja-appengine-blog-archetype archetype. The initial loading request (after an update on a F4...

Hey Sam, 1) regarding slow startup and slow first request: I think I can explain why you are seeing a long startup and a long first request. By default Ninja...

On Sat, Apr 6, 2013 at 5:52 PM, ludoch [email protected] wrote: > With ninja-appengine-demo > mvn gae:run > gives > WARNING: Failed startup of context > com.google.appengine.tools.development.DevAppEngineWebAppContext@3622e17https://github.com/com.google.appengine.tools.development.DevAppEngineWebAppContext/ninja-appengine/commit/3622e177 > {/,/Users/ludo/a/tmp/ninja-appengine/ninja-appengine-demo/target/ninja-appengine-demo-1.0.2-SNAPSHOT} >...