标签: python flask multiprocessing gunicorn
我正在使用Flask通过一些计算来实现api,但是用户会每 30ms 调用我的api。
我的服务器位于Windows操作系统上,所以我不能使用 gunicorn ,有什么办法可以实现它?