That's just not true - I have an app which uses no third-party libraries at all, uses no persistence and in fact it uses no GAE services. It simply has one servlet which processes request headers and returns a response. My average start-up time for this app is 3 seconds, when it's running well. The simple fact is that as soon as you use any third-party libraries, or do anything vaguely useful, you're out of that 5 second "magic" window.
On Friday, 20 July 2012 05:20:56 UTC+1, Brandon Wirtz wrote: > > Dump PMF use the low level API > https://developers.google.com/appengine/docs/java/javadoc/com/google/appengi > > ne/api/datastore/package-summary<https://developers.google.com/appengine/docs/java/javadoc/com/google/appengine/api/datastore/package-summary> > > > Either drink the Kool Aid, or quit complaining :-) > > 5s will be 1.5 > > > > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/W1sBfl9Pu2IJ. 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.
