0 votes
in NGINX by
What Is The Difference Between Apache Web Server And Nginx?

1 Answer

0 votes
by
Nginx uses an asynchronous event approach to handling multiple requests whereas Apache Web Server use the synchronous. Nginx’s event­driven approach can provide more predictable performance under high loads.

Apache Web Server handling multiple request

|—­A—–||—–B———–||——­C——|

Nginx handling multiple request

|—­A—–|

|—–B———–|

|——­C——|

In this way, Nginx is far better than Apache.

Related questions

0 votes
asked Sep 5, 2019 in NGINX by Robin
0 votes
asked Oct 25, 2019 in NGINX by rajeshsharma
...