[web2py] Re: GAE timeout when wsgihandler.py is missing

2011-02-07 Thread Charles Law
I went to remove wsgihandler.py to check the logs and reloaded the page, but the timeout issue wasn't showing up. I made some changes to the html files to make sure that the changes made it online, and it loaded quickly. Maybe the issue was on the GAE side? Either way, it looks like it's gone.

[web2py] Re: GAE timeout when wsgihandler.py is missing

2011-02-06 Thread dlypka
I suggest checking the logs for any clues. Slow running often = exceptions are happening. On Feb 5, 6:12 pm, Charles Law wrote: > 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

[web2py] Re: GAE timeout when wsgihandler.py is missing

2011-02-05 Thread Massimo Di Pierro
This is very odd. The file wsgihandler.py is never called is you start web2py with gaehandler.py (what is normal behavior on GAE). massimo On Feb 5, 5:12 pm, Charles Law wrote: > I am uploading an app to GAE. Through some experimentation I've found > that if I don't include wsgihandler.py, the a