<?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>Carl Pelletier blog &#187; backgroundrb</title>
	<atom:link href="http://carlpelletier.ca/tag/backgroundrb/feed/" rel="self" type="application/rss+xml" />
	<link>http://carlpelletier.ca</link>
	<description>Une immertion dans mon esprit, un peu de tout et moins que rien...</description>
	<lastBuildDate>Fri, 20 Nov 2009 19:55:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Note à moi même: backgrounDrb</title>
		<link>http://carlpelletier.ca/2008/07/28/note-a-moi-meme-backgroundrb/</link>
		<comments>http://carlpelletier.ca/2008/07/28/note-a-moi-meme-backgroundrb/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 14:24:20 +0000</pubDate>
		<dc:creator>carlpelletier</dc:creator>
				<category><![CDATA[Notes]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[backgroundrb]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://carlpelletier.wordpress.com/?p=31</guid>
		<description><![CDATA[BackgrounDRb is a Ruby job server and scheduler. Its main intent is to be used with Ruby on Rails applications for offloading long-running tasks. Since a Rails application blocks while serving a request it is best to move long-running tasks off into a background process that is divorced from http request/response cycle.]]></description>
			<content:encoded><![CDATA[<p><strong>BackgrounDRb</strong> is a Ruby job server and scheduler. Its main intent is to be used with Ruby on Rails applications for offloading long-running tasks. Since a Rails application blocks while serving a request it is best to move long-running tasks off into a background process that is divorced from http request/response cycle.</p>
]]></content:encoded>
			<wfw:commentRss>http://carlpelletier.ca/2008/07/28/note-a-moi-meme-backgroundrb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

