1.

What Is The Difference Between Apache Web Server And Nginx?

Answer»

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.

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.



Discussion

No Comment Found