|
|
|
|
|
by bnoordhuis
5579 days ago
|
|
Different design goals. Apache is meant to be robust, extensible and portable. * Robust: that's reflected in its internal API that makes it near impossible to leak resources. * Extensible: witness the gazillion modules out there. * Portable: compiles and runs on very exotic or outdated systems. SCO, IRIX, Digital UNIX, VMS, the list goes on. nginx and such were designed from the ground up with performance in mind - and with success - but the trade-off is a lack of portability and an API that is much harder to program to. |
|
Because they've become totally irrelevant.
Seems like a waste of resources when there are more pressing things to do than worry about the 5 people who (a) use VMS and (b) demand a bleeding-edge Apache.