Results 21 to 30 of 31
Hybrid View
-
25th May 2011, 05:38 PM #1Respected Member
Awesome thread
Jesse Reviewed by Jesse on . Apache vs nginx vs lighttpd (And Cherokee!) This thread was inspired by Lifetalk in the CB, sorry but I didn't set up Cherokee as I couldn't be bothered reading up as to how. But I'll include it next time! If you want to run some tests on your own machine that'd be cool for comparison (especially with hardware and stuff). Server specs: CPU: Xeon X3430 @ 2.40GHz RAM: 8GB HDD: 2x 1000GB in SW RAID 1. BW: 100Mbps (Not that it matters...). Server is CentOS 64bit, completely fresh format and the latest available kernel. Nothing has Rating: 5
-
25th May 2011, 07:10 PM #2MemberWebsite's:
wautoposter.comGreat Detail
Thank You
-
8th Jun 2011, 08:09 PM #3Member
How do you call it "en jinx"?
It's kind of obvious, knowing what nginx is, to assume it is pronounced n-gin-x.
-
10th Jun 2011, 12:24 PM #4It begins...
Lol, does pronunciation really matter? I thought we were more of discussing how it's performance is superior over others, and such.
-
10th Jun 2011, 12:36 PM #5MemberWebsite's:
host4offshore.comgreat post thanks :x
|| Host4Offshore :: Reliable, Quality, Fast Offshore Hosting Solution (USA/Netherlands/Sweden/Russia/Romania)
|| Shared , Reseller Hosting Sales Thread
|| Rapidleech Hosting Sales Thread
|| Current Promotion
-
10th Jun 2011, 12:51 PM #6BannedWebsite's:
xsl.tel xsltel.comI would say and from my experience you can get great performance from Apache if you know how to tune it and understand the work of every directive .
most people set AllowOverrid directive to All in <Directory /> and that unfortunately decrease Apache webserver performance and increase Apache overhead searching for .htaccess files in every directory per request. (per request means its not cached imagine 1000 request per minute that will make Apache to look for .htaccess 1000 times in 1 minute).
the above is just 1 example of bad Directives using. it would give you a small idea of how big Apache is.
Apache is best web server in the world.
Nginx is great for reverse proxy and flv streaming solutions . (I use it personally)
Highest Regards
Mohammed H
-
11th Jun 2011, 06:10 AM #7MemberWebsite's:
10gb.in uploadjet.net10Gb.in - Affordable Web Hosting Strictly No oversell |
Kimsufi Reseller With 80 payment options
-
10th Jun 2011, 12:56 PM #8It begins...
At the end of the day, Apache still is inferior in terms of performance under a high load situation. Primarily because of the fact that it forks a new process to handle a new request that is not already handled by an otherwise child that's free. Compare that to the multi-threaded processes on nginx/lighty/cherokee.
I've, myself, had an exponential performance gain using Cherokee instead of Apache. Where Apache would stall for me after I had like 100,000 images hosted (and about a few thousand requests per minute), Cherokee's still going strong at over 600,000 images and there's still room for more.
-
10th Jun 2011, 07:20 PM #9BannedWebsite's:
xsl.tel xsltel.comLifetalk have you ever used Apache MPM Worker, Event.
just to let you know Apache already have multithreaded MPM but none benchmark that I don't know why?? (I guess it's human nature though), I personally have used it, it will fork only 1 processor and that processor will handle all requests through threads.
Highest Regards
Mohammed H
-
11th Jun 2011, 08:39 AM #10MemberWebsite's:
oneddl.eu nfomation.net linksafe.meMy view with apache...there is no use flogging a dead horse.
I recently moved another one of my sites to the 'ol nginx and fpm combination and it runs far better than before. Plus now that php-fpm allows dynamic process spawning, its as good, if not better than apache.
At this point some of you are probably going to flame me about the difficulty of using nginx rewrite rules. Well, I have one answer for you: try_files. Problem solved.
Nginx ftw, apache for the bin!
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
httpd aka apache & lighttpd, mod_php_ruid2
By Mr.krypton in forum Technical Help Desk SupportReplies: 0Last Post: 23rd Jan 2012, 07:33 PM -
PORTS (Apache and nginx) !!
By chiwan in forum Server ManagementReplies: 3Last Post: 23rd Sep 2011, 03:30 PM -
Nginx + Varnish + Apache
By masterb56 in forum Server ManagementReplies: 5Last Post: 5th Jul 2011, 05:05 PM -
Running rapidleech on Apache or Lighttpd?
By kohkindachi in forum Technical Help Desk SupportReplies: 10Last Post: 28th Nov 2010, 12:21 PM -
Webserver ... Apache / Lighty / NginX
By EvilGenius in forum Technical Help Desk SupportReplies: 12Last Post: 13th Aug 2010, 10:05 PM
themaCreator - create posts from...
Version 3.47 released. Open older version (or...