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

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
nil's avatar
1
nil
asked 13 years ago
Evgeny's avatar
13.2k
Evgeny
updated 13 years ago

Comments

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.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
answered 13 years ago
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 (13 years ago)

@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 (13 years ago)

@Evgeny, can you share your configurations?

nil's avatar nil (13 years ago)
see more comments