Sorry, but, please forget about 5 secs 'magic' window. There is no any
hard/soft deadline/threshold like that in the current App Engine system.

It was just a one example of well behaved apps. Let me rephrase what I
meant to say.

With app engine, it is always a good practice to keep the loading request
faster. The current scheduler works much better with fast loading apps than
with slow loading apps. So I always suggest developers fastening the
loading request.

On the other hand, we understand that Java apps tend to be slow at a level
where it is not acceptable for you if there are many user-facing loading
requests. For a time being, please use min idle instances settings to
reduce the loading requests with slow loading apps.

-- Takashi
On Jul 20, 2012 5:16 PM, "Simon Knott" <knott.si...@gmail.com> wrote:

> 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 google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to