CheerryPy and concurrency
Posted
by RadiantHex
on Stack Overflow
See other posts from Stack Overflow
or by RadiantHex
Published on 2010-04-21T17:20:46Z
Indexed on
2010/04/21
17:23 UTC
Read the original article
Hit count: 197
Hi folks,
I'm using CheeryPy in order to serve a python application through WSGI.
I tried benchmarking it, but it seems as if CheeryPy can only handle exactly 10 req/sec. No matter what I do.
Built a simple app with a 3 second pause, in order to accurately determine what is going on... and I can confirm that the 10 req/sec has nothing to do with the resources used by the python script.
__
Any ideas?
© Stack Overflow or respective owner