<?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: What A Modern Rails Application Looks Like In Production</title>
	<atom:link href="http://yellowlab.com.au/blog/2009/08/19/what-a-modern-rails-application-looks-like-in-production/feed/" rel="self" type="application/rss+xml" />
	<link>http://yellowlab.com.au/blog/2009/08/19/what-a-modern-rails-application-looks-like-in-production/</link>
	<description></description>
	<lastBuildDate>Tue,  1 Sep 2009 00:45:50 +1000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mark.mansour</title>
		<link>http://yellowlab.com.au/blog/2009/08/19/what-a-modern-rails-application-looks-like-in-production/comment-page-1/#comment-216</link>
		<dc:creator>mark.mansour</dc:creator>
		<pubDate>Tue, 01 Sep 2009 00:45:50 +0000</pubDate>
		<guid isPermaLink="false">http://yellowlab.com.au/blog/?p=112#comment-216</guid>
		<description>The Yellow Lab site doesn&#039;t have the same traffic profile as the main yellow site.  Rails comes with some very basic caching out of the box (i.e. if the same db query is done twice in the same request/response cycle) but aside from that we are running without any caching.</description>
		<content:encoded><![CDATA[<p>The Yellow Lab site doesn&#8217;t have the same traffic profile as the main yellow site.  Rails comes with some very basic caching out of the box (i.e. if the same db query is done twice in the same request/response cycle) but aside from that we are running without any caching.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alistair</title>
		<link>http://yellowlab.com.au/blog/2009/08/19/what-a-modern-rails-application-looks-like-in-production/comment-page-1/#comment-199</link>
		<dc:creator>Alistair</dc:creator>
		<pubDate>Mon, 24 Aug 2009 03:45:10 +0000</pubDate>
		<guid isPermaLink="false">http://yellowlab.com.au/blog/?p=112#comment-199</guid>
		<description>What sort of strategy have you or are you planning on using for caching? Due to the fact that the profile for Yellow would be massively read heavy with limited write activity, are you planning on using a HTTP cache (nginx, squid, hardware, ..) or do you intend to keep it quite fluid by using a memory cache or some sort?</description>
		<content:encoded><![CDATA[<p>What sort of strategy have you or are you planning on using for caching? Due to the fact that the profile for Yellow would be massively read heavy with limited write activity, are you planning on using a HTTP cache (nginx, squid, hardware, ..) or do you intend to keep it quite fluid by using a memory cache or some sort?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
