konteck / wpp

Single file embedded C++ web server
http://konteck.github.com/wpp
93 stars 47 forks source link

ab testing of performance #13

Open menangen opened 10 years ago

menangen commented 10 years ago

Hello. After installing ab utility for testing from apache2-utils package in Ubuntu i dnt can run test because ab program is waiting 30 seconds and send only 1 uncomplited request to compiled wpp server and exit with error:

apr_poll: The timeout specified has expired (70007)

I saw such issue on other mini-servers... Can you help me and test you server with ab utility? I have tested my python [SimpleHTTPServer] based :) web-server and ab work nice. I tnink that ab need HTTP connection close response header or other and can't work without it in response.

menangen commented 10 years ago

Please look this post on stackoverflow: http://stackoverflow.com/questions/21830798/simple-c-web-server-sending-wrong-headers