Hi,

I've just started using AppEngine and am getting warned that my methods are 
using a high amount of CPU and may  exceed the quota.  A typical log line:

200 332ms 2048cpu_ms 1951api_cpu_ms 0kb
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.36 (KHTML, like Gecko) 
Chrome/13.0.767.1 Safari/534.36,gzip(gfe)
81.2.106.35 - ross [19/May/2011:10:27:28 -0700] "POST /api/0/add HTTP/1.1" 
200 156 - "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.36 (KHTML, like 
Gecko) Chrome/13.0.767.1 Safari/534.36,gzip(gfe)" "REMOVED.appspot.com" 
ms=333 cpu_ms=2048 api_cpu_ms=1952 cpm_usd=0.057453

The data model is something like this:

foo
- string
- timestamp

bar
- link to foo
- list of db.Links

(A typical update for my testing is one foo, two bars, and ~20 links)

Is this excessive use for a simple operation like that, or is AppEngine just 
being overly verbose and I should ignore the warnings?

Thanks,
Ross

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