<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Open source caching proxy servers</title>
	<atom:link href="http://gabrito.com/post/open-source-caching-proxy-servers/feed" rel="self" type="application/rss+xml" />
	<link>http://gabrito.com/post/open-source-caching-proxy-servers</link>
	<description>Anecdotes on Java, Ruby, Sysadmin, SEO, Design, and Management</description>
	<pubDate>Wed, 08 Oct 2008 10:50:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: kay</title>
		<link>http://gabrito.com/post/open-source-caching-proxy-servers#comment-40693</link>
		<dc:creator>kay</dc:creator>
		<pubDate>Sat, 23 Jun 2007 11:44:22 +0000</pubDate>
		<guid isPermaLink="false">http://gabrito.com/post/open-source-caching-proxy-servers#comment-40693</guid>
		<description>How about Varnish, http://varnish.projects.linpro.no ?</description>
		<content:encoded><![CDATA[<p>How about Varnish, <a href="http://varnish.projects.linpro.no" rel="nofollow">http://varnish.projects.linpro.no</a> ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ignacio Coloma</title>
		<link>http://gabrito.com/post/open-source-caching-proxy-servers#comment-34563</link>
		<dc:creator>Ignacio Coloma</dc:creator>
		<pubDate>Wed, 23 May 2007 22:05:03 +0000</pubDate>
		<guid isPermaLink="false">http://gabrito.com/post/open-source-caching-proxy-servers#comment-34563</guid>
		<description>Yep, that is expected. Now, if by gzipping you mean that the file is being compressed _before_ caching, that is fine, else you are just wasting CPU cycles at your proxies. 

I would bet that apache would most probably _not_ gzip before caching, but squid will probably do. Just a guess.</description>
		<content:encoded><![CDATA[<p>Yep, that is expected. Now, if by gzipping you mean that the file is being compressed _before_ caching, that is fine, else you are just wasting CPU cycles at your proxies. </p>
<p>I would bet that apache would most probably _not_ gzip before caching, but squid will probably do. Just a guess.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd Huss</title>
		<link>http://gabrito.com/post/open-source-caching-proxy-servers#comment-34562</link>
		<dc:creator>Todd Huss</dc:creator>
		<pubDate>Wed, 23 May 2007 21:34:09 +0000</pubDate>
		<guid isPermaLink="false">http://gabrito.com/post/open-source-caching-proxy-servers#comment-34562</guid>
		<description>I also posted this question to Linked in:

http://www.linkedin.com/answers/technology/information-technology/computer-networking/TCH_ITS_CNW/47885-8167?goback=%2Eahp

 It turns out that they have now added gzip compression to squid in the HEAD branch. Additionally our old sysadmin who works at MySQL now recommended we try Lighttpd with mod_cache and mod_compression so we'll be doing some testing with both of those solutions.

Ignacio, we've found that putting the gzip compression on the proxies balances out the CPU load better, otherwise the proxies just sit there with a 0.01 load avg doing IO.</description>
		<content:encoded><![CDATA[<p>I also posted this question to Linked in:</p>
<p><a href="http://www.linkedin.com/answers/technology/information-technology/computer-networking/TCH_ITS_CNW/47885-8167?goback=%2Eahp" rel="nofollow">http://www.linkedin.com/answers/technology/information-technology/computer-networking/TCH_ITS_CNW/47885-8167?goback=%2Eahp</a></p>
<p> It turns out that they have now added gzip compression to squid in the HEAD branch. Additionally our old sysadmin who works at MySQL now recommended we try Lighttpd with mod_cache and mod_compression so we&#8217;ll be doing some testing with both of those solutions.</p>
<p>Ignacio, we&#8217;ve found that putting the gzip compression on the proxies balances out the CPU load better, otherwise the proxies just sit there with a 0.01 load avg doing IO.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ignacio Coloma</title>
		<link>http://gabrito.com/post/open-source-caching-proxy-servers#comment-34502</link>
		<dc:creator>Ignacio Coloma</dc:creator>
		<pubDate>Wed, 23 May 2007 09:06:56 +0000</pubDate>
		<guid isPermaLink="false">http://gabrito.com/post/open-source-caching-proxy-servers#comment-34502</guid>
		<description>Can you do the gzipping in the web application, not at the proxy? Compression consumes some CPU, so the proxy seems not the right place. If contents are to be cached it would be no big deal.</description>
		<content:encoded><![CDATA[<p>Can you do the gzipping in the web application, not at the proxy? Compression consumes some CPU, so the proxy seems not the right place. If contents are to be cached it would be no big deal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd Huss</title>
		<link>http://gabrito.com/post/open-source-caching-proxy-servers#comment-34469</link>
		<dc:creator>Todd Huss</dc:creator>
		<pubDate>Wed, 23 May 2007 00:22:46 +0000</pubDate>
		<guid isPermaLink="false">http://gabrito.com/post/open-source-caching-proxy-servers#comment-34469</guid>
		<description>Yes, when we tried Squid it didn't seem to have gzip content compression support which is a must have for us. The commercial solutions like F5, Cisco, and Zeus have it and we have it working with Apache and Mod_proxy but we're finding that Mod_cache is buggy and occasionally crashes under heavy load.</description>
		<content:encoded><![CDATA[<p>Yes, when we tried Squid it didn&#8217;t seem to have gzip content compression support which is a must have for us. The commercial solutions like F5, Cisco, and Zeus have it and we have it working with Apache and Mod_proxy but we&#8217;re finding that Mod_cache is buggy and occasionally crashes under heavy load.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Porter</title>
		<link>http://gabrito.com/post/open-source-caching-proxy-servers#comment-34460</link>
		<dc:creator>Matthew Porter</dc:creator>
		<pubDate>Tue, 22 May 2007 23:28:20 +0000</pubDate>
		<guid isPermaLink="false">http://gabrito.com/post/open-source-caching-proxy-servers#comment-34460</guid>
		<description>Did you try Squid?


Cheers,
  Matthew</description>
		<content:encoded><![CDATA[<p>Did you try Squid?</p>
<p>Cheers,<br />
  Matthew</p>
]]></content:encoded>
	</item>
</channel>
</rss>
