On Feb 1, 2:02 pm, Ross <[email protected]> wrote: > I'm suffering from this problem, too. I'm using the Django Google App > Engine helper and it seems to be reloading the zip file for every > request.
Could it be that Google App Engine is caching apps for a very short length of time for low-use apps? I find that if I make a bunch of requests to my app in rapid succession, then I don't get the high CPU warning for requests after the first. If I allow a few seconds between requests, however, I see the warning about zipimporter taking a lot of CPU time (though, strangely, not always). I'm using the latest SVN version of the Google App Engine Helper for Django. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
