Apachebench on node.js server returning "apr_poll: The timeout specified has expired (70007)" after ~30 requests
- by Scott
I just started working with node.js and doing some experimental load testing with ab is returning an error at around 30 requests or so.
I've found other pages showing a lot better concurrency numbers than I am such as:
http://zgadzaj.com/benchmarking-nodejs-basic-performance-tests-against-apache-php
Are there some critical server configuration…