gunicorn+djangoを使用してWebサーバーをセットアップしています。2つのデプロイメントオプションがあります。通常のWSGIを使用するか、gunicornのdjango-integrationを使用します。構成が簡単になるため、後者を使用したくなりますが、djangoのドキュメントには次のように記載されています。
If you are using Django 1.4 or newer, it’s highly recommended to simply run your
application with the WSGI interface using the gunicorn command as described above.
彼らは説明をしていませんが、なぜWSGIを使用することが「強く推奨される」のでしょうか。何か案は?
どうもありがとう。