<?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: Memory-hungry Ruby daemons</title>
	<atom:link href="http://www.mikeperham.com/2009/05/25/memory-hungry-ruby-daemons/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikeperham.com/2009/05/25/memory-hungry-ruby-daemons/</link>
	<description>On Ruby, software and the Internet</description>
	<lastBuildDate>Wed, 21 Jul 2010 20:03:10 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Compilação de pequenas novidades do mundo Ruby - Maio, Junho e Julho de 2009</title>
		<link>http://www.mikeperham.com/2009/05/25/memory-hungry-ruby-daemons/comment-page-1/#comment-403</link>
		<dc:creator>Compilação de pequenas novidades do mundo Ruby - Maio, Junho e Julho de 2009</dc:creator>
		<pubDate>Sun, 09 Aug 2009 00:34:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeperham.com/?p=271#comment-403</guid>
		<description>[...] Mike Perham escreveu o artigo Memory-hungry Ruby daemons (em inglês) que explica como o REE pode ser útil na redução do consumo de memória com daemons [...]</description>
		<content:encoded><![CDATA[<p>[...] Mike Perham escreveu o artigo Memory-hungry Ruby daemons (em inglês) que explica como o REE pode ser útil na redução do consumo de memória com daemons [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Interesting Ruby Tidbits That Don’t Need Separate Posts #25</title>
		<link>http://www.mikeperham.com/2009/05/25/memory-hungry-ruby-daemons/comment-page-1/#comment-357</link>
		<dc:creator>Interesting Ruby Tidbits That Don’t Need Separate Posts #25</dc:creator>
		<pubDate>Sat, 30 May 2009 00:44:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeperham.com/?p=271#comment-357</guid>
		<description>[...] an aside, Mike Perham&#039;s article, Memory-hungry Ruby daemons, demonstrates how REE can prove useful in reducing memory use on long-running [...]</description>
		<content:encoded><![CDATA[<p>[...] an aside, Mike Perham&#8217;s article, Memory-hungry Ruby daemons, demonstrates how REE can prove useful in reducing memory use on long-running [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mperham</title>
		<link>http://www.mikeperham.com/2009/05/25/memory-hungry-ruby-daemons/comment-page-1/#comment-353</link>
		<dc:creator>mperham</dc:creator>
		<pubDate>Thu, 28 May 2009 19:24:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeperham.com/?p=271#comment-353</guid>
		<description>Please also note this issue has nothing to do with Rails in particular.  Any large, long-running Ruby application will have this problem.</description>
		<content:encoded><![CDATA[<p>Please also note this issue has nothing to do with Rails in particular.  Any large, long-running Ruby application will have this problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mperham</title>
		<link>http://www.mikeperham.com/2009/05/25/memory-hungry-ruby-daemons/comment-page-1/#comment-352</link>
		<dc:creator>mperham</dc:creator>
		<pubDate>Thu, 28 May 2009 19:22:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeperham.com/?p=271#comment-352</guid>
		<description>My daemon happens to be an SQS queue processing daemon but has to load much of Rails because it uses ActionMailer.  I&#039;ll probably move to merb-mailer so I can remove ActionPack.</description>
		<content:encoded><![CDATA[<p>My daemon happens to be an SQS queue processing daemon but has to load much of Rails because it uses ActionMailer.  I&#8217;ll probably move to merb-mailer so I can remove ActionPack.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rick</title>
		<link>http://www.mikeperham.com/2009/05/25/memory-hungry-ruby-daemons/comment-page-1/#comment-351</link>
		<dc:creator>rick</dc:creator>
		<pubDate>Thu, 28 May 2009 19:14:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeperham.com/?p=271#comment-351</guid>
		<description>Oh I got the impression that he was speaking about the application processes, which probably DO require ActionPack.  Matt: sounds like you&#039;re talking about long-running ruby job queue processes, which don&#039;t need ActionPack</description>
		<content:encoded><![CDATA[<p>Oh I got the impression that he was speaking about the application processes, which probably DO require ActionPack.  Matt: sounds like you&#8217;re talking about long-running ruby job queue processes, which don&#8217;t need ActionPack</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Todd</title>
		<link>http://www.mikeperham.com/2009/05/25/memory-hungry-ruby-daemons/comment-page-1/#comment-346</link>
		<dc:creator>Matt Todd</dc:creator>
		<pubDate>Tue, 26 May 2009 03:27:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeperham.com/?p=271#comment-346</guid>
		<description>You could also require less of Rails by just including the absolute minimum (ActiveRecord/ActiveResource and ActiveSupport in most cases) if you&#039;re not already, which would save some space. You normally don&#039;t need to include what&#039;s in ActionController et al.</description>
		<content:encoded><![CDATA[<p>You could also require less of Rails by just including the absolute minimum (ActiveRecord/ActiveResource and ActiveSupport in most cases) if you&#8217;re not already, which would save some space. You normally don&#8217;t need to include what&#8217;s in ActionController et al.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
