<?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: Rails Fragment Cache Expiry</title>
	<atom:link href="http://happygiraffe.net/blog/2006/05/07/rails-fragment-cache-expiry/feed/" rel="self" type="application/rss+xml" />
	<link>http://happygiraffe.net/blog/2006/05/07/rails-fragment-cache-expiry/</link>
	<description></description>
	<pubDate>Wed, 07 Jan 2009 04:46:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dominic Mitchell</title>
		<link>http://happygiraffe.net/blog/2006/05/07/rails-fragment-cache-expiry/comment-page-1/#comment-692</link>
		<dc:creator>Dominic Mitchell</dc:creator>
		<pubDate>Mon, 08 May 2006 21:40:38 +0000</pubDate>
		<guid isPermaLink="false">tag:happygiraffe.net:Article268#comment-692</guid>
		<description>&lt;p&gt;Well, I decided on something a little bit simpler in the end.  I&#8217;ll see how it goes for now with my new &lt;a href="http://happygiraffe.net/blog/archives/2006/05/08/timedfilestore-plugin-0-1" rel="nofollow"&gt;TimedFileStore&lt;/a&gt; plugin&#8230;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Well, I decided on something a little bit simpler in the end.  I&#8217;ll see how it goes for now with my new <a href="http://happygiraffe.net/blog/archives/2006/05/08/timedfilestore-plugin-0-1" rel="nofollow">TimedFileStore</a> plugin&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://happygiraffe.net/blog/2006/05/07/rails-fragment-cache-expiry/comment-page-1/#comment-691</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Mon, 08 May 2006 00:19:34 +0000</pubDate>
		<guid isPermaLink="false">tag:happygiraffe.net:Article268#comment-691</guid>
		<description>&lt;p&gt;We use a mix of time-based fragment caching (that we essentially borrowed from Typo) and rails_cron for longer running and less frequently needed tasks (it could also do cache expiration). Using the &#8220;metafragment&#8221; approach you can store anything you can read/write with yaml, so you can store any other needed metadata besides just expiration time. But there is a little more coordination involved.&lt;/p&gt;


	&lt;p&gt;The nice part about rails_cron is that the overhead of starting up rails is done once, but it&#8217;s scheduling isn&#8217;t as flexible as real cron (can&#8217;t say &#8220;run at 6am on Sundays&#8221;).&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>We use a mix of time-based fragment caching (that we essentially borrowed from Typo) and rails_cron for longer running and less frequently needed tasks (it could also do cache expiration). Using the &#8220;metafragment&#8221; approach you can store anything you can read/write with yaml, so you can store any other needed metadata besides just expiration time. But there is a little more coordination involved.</p>
<p>The nice part about rails_cron is that the overhead of starting up rails is done once, but it&#8217;s scheduling isn&#8217;t as flexible as real cron (can&#8217;t say &#8220;run at 6am on Sundays&#8221;).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
