lp, If you haven't already, you might want to use Appstats to verify that the variations are not actually caused by RPC calls.
Always on doesn't mean you'll never get a loading request; instances have to be started, which will be a loading request. If you get enough traffic to need additional instances you could see loading requests (they are indicated in the logs). Robert On Fri, Mar 11, 2011 at 22:59, lp <[email protected]> wrote: >> So my question is, should I be concerned at the high CPU warnings or >> is it something most people experience? > > > i am getting similar CPU times and very similar elapsed times as u. > > but i get large variation in my CPU times for no apparent reason > ( same query, params). > i am using 'Always-on' so it cant be warm up request. > > all that i am concerned about is my elapsed time and my quota cost for > scalability..... so far so it can scale. > > > -lp > > -- > 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. > > -- 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.
