Web Development Note

 Apache and Nginx

The fundamental difference between the two is in their architecture. NGINX has a single-threaded architecture where multiple client requests are handled in a single thread. On the other hand, Apache has a multi-threaded architecture where one process is created for a request.



Comments

Popular posts from this blog

Laravel Notes By Ahmed Awan

PHP Notes