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

posted @ 2022-08-02 00:21  风风羊  阅读(33)  评论(0编辑  收藏  举报