Any body noticed following new warning on their logs ?
"
04-20 04:02PM 48.495
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.
"
Very helpful and useful in many ways (code optimization etc.)
Oh ! just a short commend : could it be a little less verbose ? thus not waisting so much valuable space in logs database etc ?
what causes this message ? I'm clueless
ReplyDeleteThis is an information only message meaning that App Engine had to spawn a new instance for serving a request because last one had expired as a result of inactivity.
ReplyDeleteSee my posts about server-instance life time :
http://gaengine.blogspot.com/2009/09/server-instance-life-time-part-ii.html
http://gaengine.blogspot.com/2009/08/server-instance-life-time.html
http://gaengine.blogspot.com/2009/08/cpu-and-latency-of-bare-bones.html
Happy coding -:)
same warning i m getting also i m seeing very slow performance.. need advice
ReplyDelete