Stephen Grider/EnhancingPerformance/1-\ Clustering.js should not take 10 seconds when benchmarked using ab -c 2 -n 2 localhost:3000/
It should only take around 5 seconds. I have verified that two different processes are handling both the concurrent requests but still both the processes are executing the requests sequentially, which I don't understand at all.
Stephen Grider/EnhancingPerformance/1-\ Clustering.jsshould not take 10 seconds when benchmarked usingab -c 2 -n 2 localhost:3000/It should only take around 5 seconds. I have verified that two different processes are handling both the concurrent requests but still both the processes are executing the requests sequentially, which I don't understand at all.