Apache or nginx

jdunhin

Active member
Registered
Joined
Feb 27, 2013
Messages
72
Points
0
Apache or nginx? It sound like nginx is taking over on the servers. Is it really faster?
 

CharlesByrd

Member
Joined
Feb 20, 2014
Messages
17
Points
0
Apache is a process-based server, while nginx is an event-based web server.
Nginx and Lighttpd are probably the two best-known asynchronous servers and Apache is undoubtedly the best known process-based server. The main advantage of the asynchronous approach is scalability. In a process-based server, each simultaneous connection requires a thread which incurs significant overhead. An asynchronous server, on the other hand, is event-driven and handles requests in a single (or at least, very few) threads.
While a process-based server can often perform on par with an asynchronous server under light loads, under heavier loads they usually consume far more RAM which significantly degrades performance. Also, they degrade much faster on less powerful hardware or in a resource-restricted environment such as a VPS.
Pulling numbers from thin air for illustrative purposes, serving 10,000 simultaneous connections would probably only cause Nginx to use a few megabytes of RAM whereas Apache would probably consume hundreds of megabytes.
 
Older Threads
Replies
0
Views
2,053
Replies
1
Views
2,400
Replies
0
Views
2,016
S
Replies
11
Views
5,486
Replies
9
Views
4,267
Newer Threads
Replies
7
Views
6,691
Replies
0
Views
1,756
Replies
1
Views
2,812
OWF
Replies
9
Views
5,569
Replies
0
Views
2,227
Recommended Threads
Replies
3
Views
3,568
Replies
8
Views
4,830
Replies
3
Views
1,592
Similar Threads

Latest Hosting OffersNew Reviews

Sponsors

Tag Cloud

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top