First time here? Check out the FAQ!
0

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

nil's avatar
1
nil
asked 2012-01-16 18:09:07 -0500
Evgeny's avatar
13.2k
Evgeny
updated 2012-01-18 07:34:32 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

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.

Evgeny's avatar
13.2k
Evgeny
answered 2012-01-18 06:51:32 -0500
edit flag offensive 0 remove flag delete link

Comments

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.

nil's avatar nil (2012-01-19 05:07:16 -0500) edit

@Evgeny, can you advise any python tools that can give 360 degree view with performance statistic, e.g. sql call, function call, view rendering time. I'd be interested to see, what are the bottleneck and can I sort them out with conf twicks.

nil's avatar nil (2012-01-19 05:09:25 -0500) edit

@Evgeny, can you share your configurations?

nil's avatar nil (2012-01-19 05:10:21 -0500) edit
add a comment see more comments