November 24th, 2020 at 9:59 AM
(This post was last modified: November 24th, 2020 at 10:00 AM by Divya165.)
You have shared great points but I'd like to share some points about Apache and Nginx
Apache
-Apache runs on all Unix-like systems such as Linux, BSD, etc. As well as totally supports Windows.
-Apache uses a multi-threaded approach to process client requests.
-Apache cannot handle multiple requests concurrently with heavy web traffic.
NGINX
-Nginx runs on modern Unix-like systems; however, it has limited support for Windows.
-Nginx follows an event-driven approach to serve client requests.
-Nginx can handle multiple client requests concurrently and efficiently with limited hardware resources.
Apache
-Apache runs on all Unix-like systems such as Linux, BSD, etc. As well as totally supports Windows.
-Apache uses a multi-threaded approach to process client requests.
-Apache cannot handle multiple requests concurrently with heavy web traffic.
NGINX
-Nginx runs on modern Unix-like systems; however, it has limited support for Windows.
-Nginx follows an event-driven approach to serve client requests.
-Nginx can handle multiple client requests concurrently and efficiently with limited hardware resources.