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
Post a Comment