On Sun, 29 Sep 2013 10:21:46 GMT, Dicebot wrote:

On Sat, 28 Sep 2013 20:56:22 GMT, Martin Nowak wrote:

I reach about 4000 req/s.

Without keep-alive that was.

P.S. I got at most ~ 18 000 req/s with -c 2500 when testing about half an year ago and then it was network card bottleneck, not application.

But 2500 connections is somewhat irrelevant for HTTP.
After fixing the keep-alive issue I also reach
around 18k req/s with less then 10 connections. This is for a simple hello world plaintext response, rendering pages still shows up with quite some GC in the profiler.