On Oct 2, 4:07 pm, Alexander Konovalenko <[email protected]> wrote: > On Fri, Sep 30, 2011 at 13:13, Tapir <[email protected]> wrote: > > 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. > > If I understand correctly, you have tested it so this is not > theoretical. It looks like this would be a good issue to file in the > issue tracker. Could you please post a link to the issue here when you > file it? I have filed it here: http://www.google.com/url?sa=D&q=http://code.google.com/p/googleappengine/issues/detail%3Fid%3D6015%26thanks%3D6015%26ts%3D1317427386&usg=AFQjCNGx_17XfNWwjxd0Bu_eu2kiLJ9Z3Q
> > Do you have Always On enabled? I wonder how often does the instance > restart. How many requests does it handle between restarts? Are there > any time periods when there are no instances or more than one > instance? I don't enable "Always On", for I think I don't need it. > > -- Alexander -- 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.
