0

Is there a way to launch a Flask application in multi-threaded mode with the crossbar.io server?

davidism
  • 121,510
  • 29
  • 395
  • 339

1 Answers1

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