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
m update links
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:

Revision as of 15:32, 17 August 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: