On Friday 08 April 2005 00:07, Travis Rousseau wrote:
> I have found most web hosting company's that have between
> 1,000-50,000+ sites use apache 1.3.33 due to the fact it has less bugs
> (others look at it as more bugs have been fixed) and then I find
> almost everyone else using apache 2.0.52 especially in house servers
> because of the amount of people using fedora core and it coming as the
> version in the end I find more websites to use apache 1.3.33 (when 500
> websites are on one server equals to quite a bit more sites) but it
> seems as more servers use 2.0.52 from my views.
>
> Travis R.

I don't claim to be an expert on the topic, I just determine what I need to 
get the job done, so to speak...  So take the following with a grain of salt.

I think the biggest difference between the two is threads support.  Version 
1.x spawns new processes for each request, while Version 2.x can be set up to 
do the same, or use multithreading.  Any performance penalties/gains won't be 
noticed unless you are handling very high volume servers.  A number of Apache 
applications are out there (like PHP), that may or may not work well with the 
newer threading model.  But, the newer threading model results in better 
performance and scalability (?).

My thoughts...

Shawn

ps.  I like discussions like this - I get to dump what knowledge I have, and 
get corrected by others more in the know when needed :).  Somehow I learn 
more from this than reading a book.. LOL


_______________________________________________
clug-talk mailing list
[email protected]
http://clug.ca/mailman/listinfo/clug-talk_clug.ca
Mailing List Guidelines (http://clug.ca/ml_guidelines.php)
**Please remove these lines when replying

Reply via email to