<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: is scaling easy? it can be.</title>
	<link>http://3.rdrail.net/blog/is-scaling-is-easy-it-can-be/</link>
	<description>Shocking web development</description>
	<pubDate>Tue, 06 Jan 2009 01:36:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>

	<item>
		<title>By: jake</title>
		<link>http://3.rdrail.net/blog/is-scaling-is-easy-it-can-be/#comment-4</link>
		<author>jake</author>
		<pubDate>Thu, 07 Jun 2007 12:19:05 +0000</pubDate>
		<guid>http://3.rdrail.net/blog/is-scaling-is-easy-it-can-be/#comment-4</guid>
		<description>Memcached is like a distributed ramdisk. For example on junkdepot, we cache all the contents of the database in memcached, so a listing is only fetched from mysql once then cached (well for an hour).  varnish sits in front of apache and acts as an intelligent proxy caching requests to pages, so if we wanted to cache the entire front page so it wasn't re-rendered over and over we could do that.</description>
		<content:encoded><![CDATA[<p>Memcached is like a distributed ramdisk. For example on junkdepot, we cache all the contents of the database in memcached, so a listing is only fetched from mysql once then cached (well for an hour).  varnish sits in front of apache and acts as an intelligent proxy caching requests to pages, so if we wanted to cache the entire front page so it wasn&#8217;t re-rendered over and over we could do that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moepstar</title>
		<link>http://3.rdrail.net/blog/is-scaling-is-easy-it-can-be/#comment-2</link>
		<author>moepstar</author>
		<pubDate>Wed, 06 Jun 2007 23:14:01 +0000</pubDate>
		<guid>http://3.rdrail.net/blog/is-scaling-is-easy-it-can-be/#comment-2</guid>
		<description>I wonder - exactly what data does get cached with memcache / varnish?

Is it - please forgive me for not digging more into it - some sort of intelligent ramdisk?


Thanks for your time ;)</description>
		<content:encoded><![CDATA[<p>I wonder - exactly what data does get cached with memcache / varnish?</p>
<p>Is it - please forgive me for not digging more into it - some sort of intelligent ramdisk?</p>
<p>Thanks for your time ;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
