Tagged Questions

0
votes
1answer
24 views

What does this error mean? - httperf: connection failed with unexpected error 105

Does anyone know what this httperf error means? Is this having a negative effect on my tests? httperf: connection failed with unexpected error 105
1
vote
1answer
62 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
55 views

Trouble deciphering Autobench output

I'm trying to benchmark a simple webserver I wrote, but I'm having trouble deciphering what Autobench has outputted. I've been googling all over for help on this (even going through the autobench and …