Timeout loading application on GAE using web2py

Posted by Charles P. on Stack Overflow See other posts from Stack Overflow or by Charles P.
Published on 2011-01-02T00:52:08Z Indexed on 2011/01/02 0:53 UTC
Read the original article Hit count: 144

Filed under:
|

I am uploading an app to GAE. Through some experimentation I've found that if I don't include wsgihandler.py, the app loads very slowly. It feels like it's looking for this file and them timing out. Besides the slow loading, everything works perfectly without wsgihandler.py, so I want to know if there is a simple way to remove the references to the file. I tried poking around the files, but it doesn't look like there are direct references.

Also, I asked before what I need at a minimum to get an application to work, and I found that I need: web2py/app.yaml web2py/gaehandler.py web2py/VERSION web2py/gluon/* (and subfolders, this is web2py) web2py/applications/theoneappyouwanttodeploy/* (and subfolders)

© Stack Overflow or respective owner

Related posts about google-app-engine

Related posts about web2py