Hi Coonay,

On the first request to your app, some initial startup time is
expected. In production, there is some initialization cost associated
with loading your app for the first time as well, but subsequent
requests may go to an already running instance of your app so the
initialization cost is avoided. Specifics are available here in the
docs:

http://code.google.com/appengine/docs/python/runtime.html#App_Caching

Happy coding,

Jeff

On Apr 6, 3:02 am, Coonay <[email protected]> wrote:
> whether testing in the local  development web server or in app
> engine,google.appengine.ext.webapp.util.run_wsgi_app itself always
> take 0.6 second to service a request,if adds up all othere cpu time
> taken by my own business calling ,it's very easy to take up more than
> 1.5S for every request,i got this perfomance when my app site is
> idle.
>
> Do you use this CGI adaptor in production?could you tell me how to
> optimize run_wsgi_app  calling?or ,is there a better CGI adaptor?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to