What is the actual benefit of Flask development server multithreaded

后端 未结 0 1379
感动是毒
感动是毒 2021-01-12 11:46

I know that when you run the Flask app on the Flask dev server using app.run(threaded=True) the werkzeug server will spawn a new thread for each of the requests

相关标签:
回答
  • 消灭零回复
提交回复
热议问题