What is the disadvantage of using Django's fastcgi server
问题 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 . What is advantage of using gunicorn instead of using Django's fastcgi server? 回答1: I'm just tell why you need to use WSGI-like servers :) but if you feel comfortable with using fcgi - just use it Short answer: WSGI (as protocol) is cool because its native Or if "You need to go deeper"(c) Next question "FastCGI vs WSGI-like servers?" Some answers