4
我正在設置一個帶有gunicorn + django的web服務器。有兩種部署選擇:使用常規的WSGI或使用gunicorn的django集成。我很想使用後者,因爲它簡化了配置,但django documentation這樣說:我應該使用django-gunicorn集成還是wsgi?
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?有任何想法嗎?
非常感謝。
好的,謝謝。只有一件事:兩者之間的性能差異是什麼? – MiniQuark 2013-03-13 09:57:21
我不確定,但我不希望那裏有。 – 2013-03-13 10:00:08