Hacker News new | ask | show | jobs
by eelco 5598 days ago
Well, the faster the webserver, the more time is left for code to run while still having a very responsive website.
3 comments

Let's suppose the webserver takes 0ms to run. How much would that help ?
To serve a single client, it doesn't matter, but when you're serving more than a few thousand of clients concurrently, there's benefits to a faster web-server. I mean, more concurrent clients on the same hardware, better average/worst-case latency, need for less hardware, less chance of a bottleneck...
That still doesn't make much sense. The gains of sticking with a proven, solid server which you are familiar with surely outweigh the 0.5% speed increase.
To be honest, I'm not really aching for a 0.5% speedup (at best).