<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: OSCON2006: Databases and Caching</title>
	<atom:link href="http://gregluck.com/blog/archives/2006/07/oscon2006-databases-and-caching/feed/" rel="self" type="application/rss+xml" />
	<link>http://gregluck.com/blog/archives/2006/07/oscon2006-databases-and-caching/</link>
	<description></description>
	<lastBuildDate>Tue, 18 Oct 2011 19:20:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Chris</title>
		<link>http://gregluck.com/blog/archives/2006/07/oscon2006-databases-and-caching/comment-page-1/#comment-138</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 27 Jul 2006 19:11:21 +0000</pubDate>
		<guid isPermaLink="false">http://gregluck.com/blog/2006/07/oscon2006-databases-and-caching/#comment-138</guid>
		<description>The big advantage i see with memcached over a web proxy like squid is that with memcached we can aggregate the memory of multiple servers, so if we have a web farm of 10 servers and we start a 2Go memcached instance in each, we end up with a pool of  20Go ! The only way to do the same with squid would be to have a dedicated server with like 32Go for it and since you cant afford to loose it, you will have to add another box for redundancy.
So in the end, to be able to cache the same amount of info, you will need to add the TCO of 2 servers. And when you think servers tend to have more and more memory and you tend to have more and more servers, memcached makes a lot of sense over a traditional approach of a proxy caching.
</description>
		<content:encoded><![CDATA[<p>The big advantage i see with memcached over a web proxy like squid is that with memcached we can aggregate the memory of multiple servers, so if we have a web farm of 10 servers and we start a 2Go memcached instance in each, we end up with a pool of  20Go ! The only way to do the same with squid would be to have a dedicated server with like 32Go for it and since you cant afford to loose it, you will have to add another box for redundancy.<br />
So in the end, to be able to cache the same amount of info, you will need to add the TCO of 2 servers. And when you think servers tend to have more and more memory and you tend to have more and more servers, memcached makes a lot of sense over a traditional approach of a proxy caching.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

