InterviewSolution
| 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 eventdriven approach can provide more predictable performance under high LOADS. 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 eventdriven approach can provide more predictable performance under high loads. In this way, Nginx is far better than Apache. |
|