What is the disadvantage of using Django's fastcgi server

前端 未结 2 489
死守一世寂寞
死守一世寂寞 2020-12-23 12:31

I\'m using nginx + fastcgi( manage.py runfcgi ...) on production for some of my Django projects. A lot of people suggests to use nginx + gunicorn.

2条回答
  •  自闭症患者
    2020-12-23 12:47

    As b1- says, WSGI is native (take a look at this post).

    Also, this post has a similar question.

    From my personal point of view, some time ago i've been using Nginx + uwsg in vhost mode to run various project on my server.

提交回复
热议问题