Hey, I also dropped JDO in favor of Objectify. I tried loading your site 4 times in the span of about 4 minutes: 3 times the delay was over 9 seconds, sometimes up to 15 seconds. I presume those were loading requests as the delay was all located in the initial request. These still remain my biggest complaints with GAE: low traffic sites see loading requests make up 30-50% of their requests and the unpredictable delay between request and filter init() on such loading requests.
Jake On May 24, 11:31 am, nicolas melendez <[email protected]> wrote: > You can see my wicket and gae app, the start up time is aceptable because it > doesn't use jdo. Www.clasificad.com.ar > > El may 24, 2010 10:30 a.m., "Jake" <[email protected]> escribió: > > I'm also using Wicket and it works well. I have had some difficulties > with GAE but, after many months of debugging, I do not believe they > are related to Wicket. Sometimes, I have a pretty long startup time, > but it is never during the actual Wicket startup (from filter init to > app ready) - it's always the 3-8 seconds before the filter > initializes. The framework itself is great. > > Jake > > On May 21, 10:30 pm, nicolas melendez <[email protected]> wrote: > > > chose the Wicket way! > > > On Fri, May 21, 2010 at 7:22 PM, jnizet <[email protected]> wrote: > > > I have used Stripes on GAE : seehttps://memwords.appspot.com/and > > >http://code.google.com/p/memwords/forthe sources. It's a very > > > elegant and productive action-... > > > [email protected]<google-appengine-java%[email protected]> > > <google-appengine-java%[email protected]<google-appengine-java%[email protected]> > > > > > > . > > > > For more options, visit this group athttp:// > > > groups.google.com/group/google-appengin... > > > [email protected]<google-appengine-java%[email protected]> > > <google-appengine-java%[email protected]<google-appengine-java%[email protected]> > > > > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/google-appengine-j... > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" 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 > athttp://groups.google.com/group/google-appengine-java?hl=en. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en.
