Did anyone tried with Gevent?
I found it's good lightweight server, if you are running python django.
Would be interested to learn, thinking to deploy behind Nigix reverse proxy! Any thoughts guys.
Cheers
I found it's good lightweight server, if you are running python django.
Would be interested to learn, thinking to deploy behind Nigix reverse proxy! Any thoughts guys.
Cheers
We have some experience with using uwsgi, last time I checked about 6mos. ago, gevent, gunicorn and uwsgi were touted to be about equal, don't know if anything changed since then.
I'm doing a feasibility study for one of my client, will try to develop as case study. So far, gevent & uwsgi seems to be far ahead than other, particularly with nginx as reverse proxy, I've achieved 280 req/s with 1-2 sec avg. response time on m1.large (aws), aggressive caching.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2012-01-16 18:09:07 -0500
Seen: 269 times
Last updated: Jan 18 '12
serve askbot on nginx with uwsgi or gunicorn from subpath
how to install using SSH without root access
deployment: multiple environments - development, test, production
Do I need to configure an upfiles/ directory?
New install, exception when registering
Configuring Askbot with Apache