Monday, September 1, 2014

Waitress vs Gunicorn etc

Having read the nicely-written Don't use Gunicorn to host your Django sites on Heroku, I'm in the standard non-expert position of thinking that it seems well reasoned, but because I don't know what I don't know, I can't tell how balanced the reasoning is.

What I've gathered is that for Heroku (and possibly generally), Nginx+Gunicorn is better than Waitress, which is better than just Gunicorn.

Is that right?

Bonus question: is Waitress a good candidate for a drop-in runserver replacement that can actually run in low-volume production? :)

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/f4f3834d-b24e-4c2f-92f2-044d49074c5f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment