Squid: Difference between revisions

From Meta, a Wikimedia project coordination wiki
Content deleted Content added
JamesDay (talk | contribs)
replace redirect with overview and links to more information
cat
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''Squid''' is a free, open source proxy cache server for web content.
'''Squid''' is a free, open source proxy cache server for web content.


[[Wikimedia]] uses, and [[MediaWiki]] developers recommend, the use of Squid caching proxy servers between the MediaWiki web server farms and the internet at MediaWiki sites as request/hit rates rise to the 100-200 per second range and the server farm reaches two to three machines. At Wikimedia the Squids typically serve about 75% of all hits and largely isolate the rest of the server farm from the effect of high profile events like [[en:Slashdotting|Slashdotting]]. This reduces the load on both the [[PHP]]/web computers and the database server.
[[Wikimedia]] uses, and [[MediaWiki]] developers recommend, the use of Squid caching proxy servers between the MediaWiki web server farms and the internet at MediaWiki sites as request/hit rates rise to the 100-200 per second range and the server farm reaches two to three machines. At Wikimedia the Squids typically serve about 75% of all hits and largely isolate the rest of the server farm from the effect of high profile events like [[en:Slashdotting|Slashdotting]]. This reduces the load on both the [[mw:PHP configuration|PHP]]/web computers and the database server.


For non-Wikimedia situations, Squids are likely to be the best next step after moving from one server to a database server and two [[Apache]] web servers, perhaps going with a Squid instead of the second Apache.
For non-Wikimedia situations, Squids are likely to be the best next step after moving from one server to a database server and two [[mw:Apache configuration|Apache]] web servers, perhaps going with a Squid instead of the second Apache.


For more information see:
For more information see:
Line 10: Line 10:
*The [http://www.squid-cache.org/ Squid web site].
*The [http://www.squid-cache.org/ Squid web site].
*[[Wikimedia servers]], an overview of the Wikimedia server farm.
*[[Wikimedia servers]], an overview of the Wikimedia server farm.

[[Category:Caching]]

Latest revision as of 18:01, 14 December 2008

Squid is a free, open source proxy cache server for web content.

Wikimedia uses, and MediaWiki developers recommend, the use of Squid caching proxy servers between the MediaWiki web server farms and the internet at MediaWiki sites as request/hit rates rise to the 100-200 per second range and the server farm reaches two to three machines. At Wikimedia the Squids typically serve about 75% of all hits and largely isolate the rest of the server farm from the effect of high profile events like Slashdotting. This reduces the load on both the PHP/web computers and the database server.

For non-Wikimedia situations, Squids are likely to be the best next step after moving from one server to a database server and two Apache web servers, perhaps going with a Squid instead of the second Apache.

For more information see: