Hi,

Please also read this FAQ:
http://code.google.com/appengine/kb/general.html#highcpu

-Marzia

On Fri, Jan 16, 2009 at 8:41 PM, Josh Heitzman <[email protected]> wrote:
>
> http://code.google.com/p/googleappengine/issues/detail?id=240 is an
> issue related to the issue you raised in your post.
>
> On Jan 16, 1:31 pm, boson <[email protected]> wrote:
>> After a URL in the request log are the following fields (example):
>> 200 1584ms 2571ms-cpu 4kb
>> Am I correct in believing these are: HTTP response code, real time,
>> "CPU time", and response size?
>>
>> Now I get various orange and red warnings depending on the ms-cpu
>> value (almost always when I create an entity, and often just for
>> writing one - even simple ones).  But I haven't ever seen any increase
>> in my "High CPU Requests" on the quota page.  Is this normal?
>>
>> I've read these pages, but I'm still not sure what's going on 
>> here.http://code.google.com/appengine/docs/quotas.html#Resourceshttp://code.google.com/appengine/articles/quotas.html
>>
>> The first page says "Datastore CPU time does not count towards the
>> high CPU threshold", but apparently it IS included in the value in the
>> request log where the warning comes from.  Is there a breakdown
>> anywhere of whether this time is in user CPU or DS CPU?
>>
>> Also with the amount of CPU time reported in the request log, it seems
>> that even modest traffic will kill the CPU Time quota, as even the
>> most basic DS write operations with a handful of properties seem to
>> often take ~1000ms-cpu (even when the request itself takes less time).
>>
>> I'm not even sure what questions to ask here, so if you can answer the
>> obvious unasked ones too please do so.  I'm rather confused by all
>> this, but am hoping it's more obvious than it seems right now...
>>
>> Thank you.
> >
>

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