|
|
|
|
|
by maratd
5235 days ago
|
|
> Apache can be tweaked in so many different ways I can't stress this enough. Besides all the configuration settings, you can really dig into the internals. Our production deployment of Apache is custom-compiled with something like 90% of the modules disabled. Only the basic stuff we use. Each deployment is unique, making benchmarks pretty useless. If you need to choose which httpd to use, decide based on how easily it'll fit in your stack. I promise you, if you hit the performance ceiling on any of the httpd suites out there, you'll have bigger fish to fry. |
|
Not that unique, as in snowflake-unique. There are several classes of deployments, that's all. A lot of things are similar.
That said, benchmarks still say a lot, when the performance gets over some limit. A 10-50% speed improvement could be alleviated with a different config. Even a 100%. I doubt a 10x one could. Or 1/5 the memory usage. Or getting to 20,000 rps on the same otherwise setup, while the other server stuggles after 4000 reqs.