If "Max Idle Instances" == 1, then there will be only one idle instance. This instance will restart every some minutes. If a visit comes when this instance is restarting, slow page loading occurs.
It seems the current scheduler implementation is "showdown the old instance firstly, then create a new one". If the scheduler firstly create and initialize the new one, then shutdown the old one, slow page loading problem will go. -- 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.
