Dearest Barry,

Thank you for your helpful comments.

Here's a couple of lines from the log of my test deployment:
(Note x's indicate redacted text.)

2012-05-31 09:06:45.940 /sdtp?t=STATUS_UPLOAD_D8EA 200 5028ms 0kb
xx.xxx.xxx.xxx - - [31/May/2012:08:06:45 -0700] "POST 
/sdtp?t=STATUS_UPLOAD_D8EA HTTP/1.1" 200 64 - - "1-6.xxx.appspot.com" 
ms=5028 cpu_ms=3302 api_cpu_ms=128 cpm_usd=0.091769 loading_request=1 
instance=00c61b117c3d715046b4d903320e4662386537a5
I 2012-05-31 09:06:45.940
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.

2012-05-31 09:06:39.703 /sdtp?t=RTC_SYNC_D8EA 200 42ms 0kb
xx.xxx.xxx.xxx - - [31/May/2012:08:06:39 -0700] "POST /sdtp?t=RTC_SYNC_D8EA 
HTTP/1.1" 200 72 - - "1-6.xxx.appspot.com" ms=43 cpu_ms=163 api_cpu_ms=0 
cpm_usd=0.004579 instance=00c61b117c96f9ab10868c1050194369b27cc1

My uninformed interpretation of these two entries is as follows:
At  09:06:39.703, version 1-6 of my application serviced a request.
A little over 6 seconds later at 09:06:45.940 my application received 
another request.
Rather than service this request with 
instance 00c61b117c96f9ab10868c1050194369b27cc1 the
scheduler decided to create a new instance to server it, 
namely 00c61b117c3d715046b4d903320e4662386537a5.

rant on,
David



On Thursday, May 31, 2012 9:03:20 AM UTC-6, barryhunter wrote:
>
> If you where serious about this, you could actully provide some 
> details. How do you expect anyone (even google) to be able to take any 
> action based on what you posted? 
>
>
> At the moment, your post is nothing more than unhelpful rant. 
>
>
> Here endeth my rant! 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/sbG8m_ACAZ4J.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to