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
To enter a block of code:
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.
To enter a block of code:
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.
To enter a block of code:
Comments