Is there a way to launch a Flask application in multi-threaded mode with the crossbar.io server?
Asked
Active
Viewed 162 times
1 Answers
0
From the documentation:
The WSGI Web application runs on a pool of worker threads
You don't have to do anything.

davidism
- 121,510
- 29
- 395
- 339