1

The GAE doc says "By default, App Engine sends requests serially to a given web server. If you are using the Python 2.7 runtime, you can configure App Engine to send multiple, parallel requests by adding the threadsafe: true element to the header of app.yaml."

Now I set the 'threadsafe: false' in my app.yaml. But seems it doesn't work. I can still see two requests are routed into two handlers of my instance. I suppose with threadsafe off, only one request would be passed to my server at a time, no matter to which handler. Is that true? Is this a GAE bug or something I do wrong in my codes?

BTW: my codes locate at : https://code.google.com/p/webrtc-samples/source/browse/trunk/apprtc/

4

0 回答 0