hi all,

i have getting large variance in my request and api cpu on a java app.

I have read the countless articles on the topic and the quota doc.

what i am seeing is *not* do to process startup as i have 'Always on'
enabled since there is no more of the ' This request required a
process to startup.

Below are a sample of the logs for the same query within 15 minutes.

2011-03-07 22:07:56.183 /fbconnect/update 200 157ms 518cpu_ms
261api_cpu_ms
2011-03-07 22:06:18.738 /fbconnect/update 200 310ms 611cpu_ms
261api_cpu_ms
2011-03-07 21:56:23.973 /fbconnect/update 200 309ms 518cpu_ms
261api_cpu_ms
2011-03-07 21:51:55.193 /fbconnect/update 200 663ms 985cpu_ms
261api_cpu_ms
2011-03-07 21:50:30.879 /fbconnect/update 200 157ms 448cpu_ms
261api_cpu_ms

2011-03-07 23:06:10.153 /fbconnect/update?id=37002 200 326ms
1862cpu_ms 1652api_cpu_ms
2011-03-07 23:02:28.721 /fbconnect/update?id=37002 200 347ms
1842cpu_ms 1585api_cpu_ms
2011-03-07 23:02:28.675 /fbconnect/update?id=37002 200 217ms 506cpu_ms
156api_cpu_ms
2011-03-07 22:53:08.199 /fbconnect/update?id=37002 200 737ms
2135cpu_ms 1585api_cpu_ms 2kb Mingle/1.1.1.3 CFNetwork/485.12.7

what is going on.... is my app really written that dodgy?
the same query is being executed each time but the results have an
enormous variance on the elapsed time and request cpu.

I have profiled my code and i can see where the variations are
happening but it is in JPA calls like em.find, em.merge which are
fairly basic stuff.

Q1.what is causing this variance... my code or appengine accounting?

any help is most welcome.



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