Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Advantages of Nginx over Apache?

Newbie Spellweaver
Joined
Aug 9, 2014
Messages
23
Reaction score
0
I don't know much about Nginx, so could someone explain the advantages of using it over Apache?
 
Custom Title Activated
Loyal Member
Joined
May 23, 2011
Messages
1,607
Reaction score
588
Nginx is event based, rather than thread based, so you get a more efficient server under high load. It's also used widely as a reverse proxy that sits in front of application servers (Apache, Tomcat, Jetty, etc, etc).
 
Newbie Spellweaver
Joined
Aug 9, 2014
Messages
23
Reaction score
0
Should have formulated "what is your opinion about blah or blah, or which one do you think it's better blah or blah".
Now I know for next time ;)
It's usually good to run both Apache and Nginx together. In heavy traffic websites Nginx beats Apache in EVERY situation.
How would that work? They're both webservers, aren't they?
 
Back
Top