Hi Sam, On 16 Sep., 21:49, Sam G <[EMAIL PROTECTED]> wrote: > Waldemar, > > I tried requesting the home page a few times. It will give me a high > CPU warning each time. Any more than a few, and I'm not sure. > > At the same time, I haven't yet implemented caching.
Our sample app definitely doesn't give me CPU warnings after the first request and we have a much bigger app in development that also only gives a 3x warning (on average) for the first request and then is silent. Do you use the main.py provided by appenginepatch? Could it be that you're doing something very costly on every request? Do the CPU warning also appear if you only visit a simple page (e.g., via direct_to_template or just render_to_response)? Bye, Waldemar Kornewald --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
