Re: [google-appengine] JSP Excessive CPU warnings

2011-01-26 Thread Erik
Don't see anything obvious in RemoteServiceServlet.java, at least it has an empty constructor, and destroy() didn't seem to make a difference. Would be happy to provide any other info. Cheers, -Erik -- You received this message because you are subscribed to the Google Groups "Google App Engi

Re: [google-appengine] JSP Excessive CPU warnings

2011-01-25 Thread Erik
Just to clarify, SearchPathRequest is a RemoteServiceServlet, which is apparently threaded, and maybe that is what is causing the issue. I am now calling destroy() after I am done with it to see if that helps, maybe accounting doesn't happen until GC or something else funky is going on? Am I

Re: [google-appengine] JSP Excessive CPU warnings

2011-01-25 Thread Erik
Hi Ikai, The purpose of this JSP page is to make my AJAX pages crawlable, by following these guidelines http://code.google.com/web/ajaxcrawling/ The query parameters are parsed by the JSP page and a RPC function is called if those parameters are present, else some default text is used for resu

Re: [google-appengine] JSP Excessive CPU warnings

2011-01-25 Thread Ikai Lan (Google)
I'm wondering if this could be a bug. What are you doing in this JSP page? Any chance you can post code? -- Ikai Lan Developer Programs Engineer, Google App Engine Blogger: http://googleappengine.blogspot.com Reddit: http://www.reddit.com/r/appengine Twitter: http://twitter.com/app_engine On Tu

Re: [google-appengine] JSP Excessive CPU warnings

2011-01-25 Thread Erik
Hi Robert, None of the examples that I posted are loading requests, here is the most recent log entry in its entirety: 66.249.68.36 - - [25/Jan/2011:07:42:30 -0800] "GET / HTTP/1.1" 200 1896 - "Mediapartners-Google,gzip(gfe)" "wiki-hop.appspot.com" ms=13 cpu_ms=657252 api_cpu_ms=0 cpm_usd=18.2

Re: [google-appengine] JSP Excessive CPU warnings

2011-01-25 Thread Robert Kluin
Hi Erik, Are are loading requests? ms=271 cpu_ms=163 api_cpu_ms=0 cpm_usd=0.005020 loading_request=1 Robert On Tue, Jan 25, 2011 at 07:26, Erik wrote: > Hello, > > I have a JSP page which has random instances of high CPU usage and warnings, > some examples like the following: > > ms

[google-appengine] JSP Excessive CPU warnings

2011-01-25 Thread Erik
Hello, I have a JSP page which has random instances of high CPU usage and warnings, some examples like the following: ms=8 cpu_ms=362425 api_cpu_ms=0 cpm_usd=10.067606 ms=7 cpu_ms=259872 api_cpu_ms=0 cpm_usd=7.218900 ms=27 cpu_ms=246968 api_cpu_ms=0 cpm_usd=6.860487 and other instances where t