Yes... I see it very very often too. I just tried sending two requests with a 1 minute delay between them and saw that the logs show the message for both of them. This hurts performance.. :(
Also, if the server process goes down does it also take the memcache down with it. So every 30 sec not only is a new server starting but a new memcache is also getting populated? Are there any ways of preventing this constant server going down and coming up cycle? -Shri Can someone from Google confirm that there isn't anything wrong here? > T > > On May 20, 11:30 am, Jaroslav Záruba <[email protected]> > wrote: > > > > > > > On Thu, May 20, 2010 at 5:27 AM, Tim Hoffman <[email protected]> wrote: > > > Normally you will see this on very quiet sites as instances shutdown > > > if not used after a few minutes. > > > Is there any official number? Because those "few minutes" sound way > > optimistic to me. My experience is rather 30sec. :( > > > Regards > > J. Záruba > > > > This is a normal log message. > > > > T > > > > On May 20, 10:06 am, ShriJ <[email protected]> wrote: > > > > Hi, > > > > > I see that with every other request that goes to my application, I get > > > > the warning: > > > > > "This request caused a new process to be started for your application, > > > > and thus caused your application code to be loaded for the first time. > > > > This request may thus take longer and use more CPU than a typical > > > > request for your application." > > > > > I presume a new process implies a new process of dev_appserver. > > > > > Why does this happen? Is there any documentation about when a new > > > > process start? Is there any way to get over this? > > > > > Thanks in advance. > > > > -Shri > > > > > -- > > > > 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]<google-appengine%2Bunsubscrib > > > [email protected]> > > > . > > > > For more options, visit this group athttp:// > > > 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 [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]<google-appengine%2Bunsubscrib > > > [email protected]> > > > . > > > 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 [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group > > athttp://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 [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group > athttp://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 [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.
