Currently the system is not thread safe, no two requests are handled concurrently. As the number of users increases this may create some delay or problems (the DeadlineExceededError bug may be related to this). We need to solve this issue.
See https://cloud.google.com/appengine/docs/python/python25/migrate27#threadsafe
Currently the system is not thread safe, no two requests are handled concurrently. As the number of users increases this may create some delay or problems (the DeadlineExceededError bug may be related to this). We need to solve this issue.
See https://cloud.google.com/appengine/docs/python/python25/migrate27#threadsafe