If your app is not getting many requests it may be shut down, the next request 
will cause a new instance to be spawned.  Apps seem to be recycled after a few 
minutes of inactivity. 

A new instance will also be spawned when the load on your app increases enough 
to cause a new instance to be brought up. 

Robert



On Jul 21, 2010, at 1:11, saintthor <[email protected]> wrote:

> in log info:
> 
> 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.
> 
> what code may cause this?
> 
> -- 
> 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.
> 

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