Hello people. Reading about Circus[1] I ran into a couple of different 
"WSGI servers" that I haven't heard before (Chaussette[2] and Meinheld[3]). 
My question is if those are all similar to Gunicorn (and can be used 
instead of the last) or are just complementary servers.


One thing that really confuses me is this:

Meinheld claims that you can use it with Gunicorn. 

>gunicorn --workers=2 --worker-class="egg:meinheld#gunicorn_worker" 
gunicorn_test:app

And Chaussette claims that you can use Meinheld as the backend.

This is really confusing. What's the advantages of one over the other? I'm 
using Gunicorn right now and works pretty well. Have you used any of the 
others?

[1]: http://circus.readthedocs.org/en/0.5.2.1/
[2]: http://chaussette.readthedocs.org/en/0.4/
[3]: http://meinheld.org/

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/qp6ch8XpDmAJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to