There are a few benchmarks of Apache 2.4: 1. http://www.eschrade.com/page/performance-of-apache-2-4-with-... 2. http://mondotech.blogspot.ru/2012/02/apache-24-vs-nginx-benc... 3.…
Are you joking? Check the changelog of the open-source version. http://nginx.org/en/CHANGES
Apache 2.4 isn't event driven. The Apache's Even MPM only handles keep-alive connections asynchronously, while the whole request processing is still synchronous. It solves only one problem of Apache, but it still…
There are a few benchmarks of Apache 2.4: 1. http://www.eschrade.com/page/performance-of-apache-2-4-with-... 2. http://mondotech.blogspot.ru/2012/02/apache-24-vs-nginx-benc... 3.…
Are you joking? Check the changelog of the open-source version. http://nginx.org/en/CHANGES
Apache 2.4 isn't event driven. The Apache's Even MPM only handles keep-alive connections asynchronously, while the whole request processing is still synchronous. It solves only one problem of Apache, but it still…