Answers
我选择
Nginx + Gunicorn(with gevent) + Flask
Gunicorn(with gevent)性能和uwsgi差不多,但是纯Python,部署方便,也不需要编译uwsgi。Nginx这里只是反代+server静态文件,不做其他工作,完全由Gunicorn也可以起服务
配置可以参考: https://github.com/pythoncn/june/tree/master/etc
一个测试结果: https://ivan-site.com/2012/10/gevent-gunicorn-vs-uwsgi/
羽濑川小鸠
answered 10 years, 6 months ago