That sounds reasonable.

I will investigate further -- thank you very much for you help.

On 15 Apr., 19:57, Don Schwarz <schwa...@google.com> wrote:
> My guess is that with such a large sleep time you are causing us to
> load your application across more servers, and those loading requests
> are causing a higher CPU usage.
>
> Can you read through this:
>
> http://code.google.com/appengine/kb/java.html#What_Is_A_Loading_Request
>
> And look at the individual CPU times reported for each request in the
> admin console.  Do the high CPU requests correspond to loading
> requests?  You should be able to compare the wallclock time to the CPU
> time for each request and see what is going on.
>
> On Thu, Apr 15, 2010 at 11:23 AM, Thorsten <goo...@schleinzer.com> wrote:
> > Dear Don,
>
> > I'm refering to my dashboard quota display.
>
> > I did not (yet) check it via the API.
>
> > But this high CPU time usage just began when I deployed a new version
> > of my application where the only change was this new sleep...
>
> > Per request I'm sleeping about up to three seconds.
>
> > Thanks for your quick reply and your help!
>
> > Regards
> > Thorsten
>
> > On 15 Apr., 18:16, Don Schwarz <schwa...@google.com> wrote:
> >> In general, no.  Can you provide more information?
>
> >> Are you looking at the Quota API output or the actual times reported
> >> in the Admin Console request logs?
>
> >> How long are you sleeping for, and how much CPU time are you being
> >> charged for while you are sleeping?
>
> >> On Thu, Apr 15, 2010 at 10:40 AM, Thorsten <goo...@schleinzer.com> wrote:
> >> > Hello,
>
> >> > it seems - although it would be "strange" - that the time my Servlet
> >> > spends with "Thread.sleep" is added to the used CPU time.
>
> >> > Can anybody confirm that?
>
> >> > Thanks!
>
> >> > --
> >> > You received this message because you are subscribed to the Google 
> >> > Groups "Google App Engine for Java" group.
> >> > To post to this group, send email to 
> >> > google-appengine-j...@googlegroups.com.
> >> > To unsubscribe from this group, send email to 
> >> > google-appengine-java+unsubscr...@googlegroups.com.
> >> > For more options, visit this group 
> >> > athttp://groups.google.com/group/google-appengine-java?hl=en.
>
> > --
> > You received this message because you are subscribed to the Google Groups 
> > "Google App Engine for Java" group.
> > To post to this group, send email to google-appengine-j...@googlegroups.com.
> > To unsubscribe from this group, send email to 
> > google-appengine-java+unsubscr...@googlegroups.com.
> > For more options, visit this group 
> > athttp://groups.google.com/group/google-appengine-java?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to