Hi, 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.". How should I understand this statement? In fact I define 'threadsafe: false' in my app.yaml. But still I can see requests are routed to my handlers at same time. I suppose with 'threadsafe: false', no other request won't be sent into my server before current handler returns. Is this understanding correct? Is this a bug or I miss something here?
PS: the codes locate here: https://code.google.com/p/webrtc-samples/source/browse/trunk/apprtc/ Thanks! /Brave -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/q0sEgcGSLqgJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
