Hi guys, I'm having difficulties running simple app on GAE. I've
created simple controller that selects all records (15) from table and
passes them to my view. View just lists them.

The issue is that 70% of requests made to this controller took 10-50
second to finish. Sometimes GAE even throws DeadlineExceeded error.

This issue even occurs on controller with no DB involved.

>From logs, I can see that all such "faulty" requests start with:
DEBUG: no file locking, this will cause problems

On my local dev machine, there are no such problems.

So this issue is limited to GAE prod environment and happens by
random. 7 out of 3 refreshes of one page "fail".

Anyone had similar problems or know what could cause this strange
behavior?


tech:
- the latest web2py
- the latest appengine sdk (windows 7)

Reply via email to