mirror of https://github.com/mitsuhiko/flask.git
Browse Source
Tornado's WSGI server is less scalable than the alternatives and only really makes sense when you have a specific need to run both WSGI apps and Tornado-native apps in the same process. This recommendation has been an ongoing source of confusion, e.g. http://stackoverflow.com/questions/26015116/making-tornado-to-serve-a-request-on-a-separate-thread. Fixes #986.pull/1187/head
Ben Darnell
10 years ago
1 changed files with 0 additions and 22 deletions
Loading…
Reference in new issue