Tagged Questions
2
votes
1answer
1k views
paste.httpserver and slowdown with HTTP/1.1 Keep-alive; tested with httperf and ab
I have a web server based on paste.httpserver as an adapater between HTTP and WSGI. When I do performance measurements with httperf, I can do over 1,000 requests per second if I start a new request ...
0
votes
1answer
97 views
Stuck at 100 requests uWSGI
httperf ... --rate=20 --send-buffer=4096 --recv-buffer=16384 --num-conns=100 --num-calls=10
Gives 1000 requests as expected on nginx.
Total: connections 100 requests 1000 replies 1000 test-duration ...