--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
My typical loading request:
ms=228 cpu_ms=222 api_cpu_ms=82 cpm_usd=0.006245 loading_request=1
I see these maybe 15% of the time:
ms=6667 cpu_ms=358 api_cpu_ms=8 cpm_usd=0.010137 loading_request=1
And these maybe 5% to 10%, depending on the day:
ms=421495 cpu_ms=380 api_cpu_ms=77 cpm_usd=0.010744
loading_request=1 pending_ms=14
I've also went through a period of a couple weeks where this app was
seeing about 95% of the loading requests like the last one. Same code
base (last update to it was about 110 days ago).
Robert
I've experienced this today as well:2011-03-04 00:20:13.826 /daySummary/get 200 33245ms 6798cpu_ms 12api_cpu_ms
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
Sometimes I also notice requests like the second one in my list
(ms=6667) for non-loading requests too. But that is a small
single-digit percentage.
Robert