Hi Marzia,
thanks for your response :-)

Now I don't see the Warning.

My example is all: no other module or pre-processing.

-- David(e)

On Sep 30, 9:03 pm, "Marzia Niccolai" <[EMAIL PROTECTED]> wrote:
> Hi Davide,
>
> I've posted this exact same code in one of my apps, but am unable to
> replicate this warning. In fact I'm consistently getting around 5 mcycles in
> my log for this page.  Can you provide some more information, or the
> specific example?
>
> Also, is your application doing any additional module imports, or
> pre-processing for each request?  If this were the case, it could be that
> you are doing some expensive processing on every request that is causing the
> warning.
>
> -Marzia
>
> On Mon, Sep 29, 2008 at 12:13 PM, Davide Rognoni
> <[EMAIL PROTECTED]>wrote:
>
>
>
> > I don't understand, because the page is very simple:
>
> > from google.appengine.ext import webapp
>
> > class Home(webapp.RequestHandler):
> >        def get(self):
> >                self.redirect("http://appgallery.appspot.com/about_app?
> > app_id=agphcHBnYWxsZXJ5chMLEgxBcHBsaWNhdGlvbnMYtR8M<http://appgallery.appspot.com/about_app?app_id=agphcHBnYWxsZXJ5chMLEg...>
> > ")
>
> > On Sep 28, 10:05 pm, Davide Rognoni <[EMAIL PROTECTED]> wrote:
> > > Why I see this warning?
>
> > > 09-28 12:44PM 34.736 / 302 371ms 1221mcycles /!\ 0kb
> > > 80.104.73.53 - - [28/09/2008:12:44:35 -0700] "GET / HTTP/1.1" 302 0 -
> > > -
> > > This request used a high amount of CPU, and was roughly 1.2 times over
> > > the average request CPU limit. High CPU requests have a small quota,
> > > and if you exceed this quota, your app will be temporarily disabled.
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to