Hi

This is a log entry you will see only in the production environment
(ie not a dev appserver).

It is indicating that a new instance is being spun up to service the
request as there is either there are
no instances running or all the existing instances are busy and you
need another one to support the load.

Normally you will see this on very quiet sites as instances shutdown
if not used after a few minutes.

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].
> 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.

Reply via email to