mark
mark copied to clipboard
Error: apr_pollset_poll: The timeout specified has expired (70007) benchmark on Apache Bench
Hi, I'm trying to do a benchmark test using Apache bench but it gives me this error. It would appear that it won't close the connection and I wouldn't know how to fix it, thanks for the help
Please don't use Apache bench, is a very old app.
It only use http 1.0, so for any request create a new TCP connection. Try to use Wrk, or any other modern bench app.