GAE docs says: http://code.google.com/appengine/docs/adminconsole/performancesettings.html#Setting_the_Number_of_Idle_Instances (... Max Idle Instances ...) Setting a low maximum means your application costs less to run, but may encounter more startup latency during spikes in request volume. Setting a high maximum means that your application will cost more to run, but will encounter less latency during spikes in request volume.
But the reality is on the contrary. On Sep 30, 8:04 pm, Tapir <[email protected]> wrote: > Before the change, with "Max Idle Instances" set to 3, there is a slow > startup warning almost every 5 minutes, which make the user experience > intolerable. > > Hope google will fix this bug soon. This would be a serous bug. > Details in this > thread:http://groups.google.com/group/google-appengine/browse_thread/thread/... > Filed an issue > here:http://code.google.com/p/googleappengine/issues/detail?id=6015&thanks... -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
