<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Brian Olore Story &#187; redis</title>
	<atom:link href="http://brian.olore.net/wp/tag/redis/feed/" rel="self" type="application/rss+xml" />
	<link>http://brian.olore.net</link>
	<description>Less of a story, more of a brain dump</description>
	<lastBuildDate>Sun, 18 Dec 2011 17:19:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>RailsConf &#8211; Day 3 &#8211; Redis, Rails and Resque</title>
		<link>http://brian.olore.net/wp/2010/06/railsconf-day-3-resque/</link>
		<comments>http://brian.olore.net/wp/2010/06/railsconf-day-3-resque/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 17:52:55 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[railsconf]]></category>
		<category><![CDATA[redis]]></category>
		<category><![CDATA[resque]]></category>

		<guid isPermaLink="false">http://brian.olore.net/?p=181</guid>
		<description><![CDATA[Redis, Rails, and Resque &#8211; Background Job Bliss &#8211; Chris Wanstrath (GitHub) redis is a key value store for data structures redis is not use for everything because entire dataset used to have to fit into RAM &#8211; would have to shard across machines github &#8211; uses redis for routing, can add, remove.modify routes quickly [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://en.oreilly.com/rails2010/public/schedule/detail/14595">Redis, Rails, and Resque &#8211; Background Job Bliss</a> &#8211; <a href="http://en.oreilly.com/rails2010/public/schedule/speaker/45877">Chris  Wanstrath</a> (GitHub)<br />
redis is a key value store for data structures</p>
<p>redis is not use for everything because entire dataset used to have to fit into RAM &#8211; would have to shard across machines</p>
<p>github &#8211; uses redis for routing, can add, remove.modify routes quickly &amp; easily &#8211; can determine what server to put new users on, etc</p>
<p>Old &#8211; HAProxy sending to mongrels<br />
New &#8211; Unicorn &#8211; instead of receiving requests, it asks for one using &#8216;select&#8217;, pooled, forks similar to passenger</p>
<p>Used 6 or 7 different bg &#8211; SQS, DelayedJob<br />
Used Delayed job for 2 years</p>
<p>resque is built on redis, jobs are serialized to json and workers can be in any language http://github.com/defunkt/resque</p>
<p>resque has a plugin API &#8211; 15 or so plugins already exist &#8211; http://wiki.github.com/defunkt/resque/plugins</p>
<p>has admin interface</p>
<p>github has 35 types of background jobs</p>
<p>Notes: lightning fast talker! Lots of good information though. I&#8217;d have a beer with this guy!</p>
]]></content:encoded>
			<wfw:commentRss>http://brian.olore.net/wp/2010/06/railsconf-day-3-resque/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

