Does Node.js perform badly on Windows, surely it can’t be slower than apache for basic I/O
Is there anything which could have such an impact in reducing the number of requests per second?
Is there anything which could have such an impact in reducing the number of requests per second?
I’m trying to benchmark our upload server by simulating several concurrent requests using Apache Bench (ab
). I’ve read this post that details the necessary steps and also this Stackoverflow question but I’m still unable to create a valid benchmark.