python web wsgi


python中实现 wsgi 的工具一般是 gunicorn
类似于php 中 处理 php 请求的php-fpm

nginx <-> gunicorn <-> web_app(flask,django)

对比参考:
https://www.yanxurui.cc/posts/server/2017-07-12-php-vs-python-in-deployment-and-performance/

wsgi 以及其他相关区别
https://blog.csdn.net/weixin_45455015/article/details/100113330

原创文章,作者:306829225,如若转载,请注明出处:https://blog.ytso.com/tech/python/278359.html

(0)
上一篇 2022年8月2日 02:09
下一篇 2022年8月2日 02:36

相关推荐

发表回复

登录后才能评论