On Sun, Apr 6, 2014 at 11:03 PM, saintthor <saintt...@gmail.com> wrote:

> 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 see some of requests log these words. i wonder how to avoid it. i am using 
> python2.7 and webapp2.
>
>

 You can't avoid them; they're just routine notices. They're indicating
that a new instance is spawning to serve that particular request.

If you see many requests with that message, then it might be a problem; the
scheduler might be recycling instances too rapidly or a similar issue. But
if you only see the messages occasionally, then there's no need for concern.


-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to