<?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: mod_rails(passenger)はmogrelの3倍メモリを食う？</title>
	<atom:link href="http://blog.masuidrive.jp/index.php/2008/04/14/mod_rails_uses_triple_memory_than_mongrel/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.masuidrive.jp/index.php/2008/04/14/mod_rails_uses_triple_memory_than_mongrel/</link>
	<description>life with open sources.</description>
	<lastBuildDate>Sun, 05 Feb 2012 12:27:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: masuidrive</title>
		<link>http://blog.masuidrive.jp/index.php/2008/04/14/mod_rails_uses_triple_memory_than_mongrel/comment-page-1/#comment-478</link>
		<dc:creator>masuidrive</dc:creator>
		<pubDate>Tue, 15 Apr 2008 23:54:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.masuidrive.jp/?p=91#comment-478</guid>
		<description>あ、そうなんですね。
もうちょっと調べてみます。まだ全然ソースも読んでなくて。</description>
		<content:encoded><![CDATA[							<p>あ、そうなんですね。<br />
							もうちょっと調べてみます。まだ全然ソースも読んでなくて。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ay</title>
		<link>http://blog.masuidrive.jp/index.php/2008/04/14/mod_rails_uses_triple_memory_than_mongrel/comment-page-1/#comment-470</link>
		<dc:creator>ay</dc:creator>
		<pubDate>Tue, 15 Apr 2008 15:27:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.masuidrive.jp/?p=91#comment-470</guid>
		<description>framwork spawn serverはFRAMEWORK_SPAWNER_MAX_IDLE_TIMEで、application spawn serverはAPP_SPAWNER_MAX_IDLE_TIMEに従って消えたりしないですか?</description>
		<content:encoded><![CDATA[							<p>framwork spawn serverはFRAMEWORK_SPAWNER_MAX_IDLE_TIMEで、application spawn serverはAPP_SPAWNER_MAX_IDLE_TIMEに従って消えたりしないですか?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: /var/log/maeda.log</title>
		<link>http://blog.masuidrive.jp/index.php/2008/04/14/mod_rails_uses_triple_memory_than_mongrel/comment-page-1/#comment-467</link>
		<dc:creator>/var/log/maeda.log</dc:creator>
		<pubDate>Mon, 14 Apr 2008 15:04:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.masuidrive.jp/?p=91#comment-467</guid>
		<description>&lt;strong&gt;Passengerのメモリ消費...&lt;/strong&gt;

masuidrive on rails - mod_rails(passenger)はmogrelの3倍メモリを食う？: http://blog.masuidrive.jp/index.php/2008/04/14/mod_rails_uses_triple_memory_than_mongrel/   とりあえず、ちょっとしたサンプルをmongrelで動かしてみる...</description>
		<content:encoded><![CDATA[							<p><strong>Passengerのメモリ消費&#8230;</strong></p>
							<p>masuidrive on rails &#8211; mod_rails(passenger)はmogrelの3倍メモリを食う？: <a href="http://blog.masuidrive.jp/index.php/2008/04/14/mod_rails_uses_triple_memory_than_mongrel/" rel="nofollow">http://blog.masuidrive.jp/index.php/2008/04/14/mod_rails_uses_triple_memory_than_mongrel/</a>   とりあえず、ちょっとしたサンプルをmongrelで動かしてみる&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: masuidrive</title>
		<link>http://blog.masuidrive.jp/index.php/2008/04/14/mod_rails_uses_triple_memory_than_mongrel/comment-page-1/#comment-465</link>
		<dc:creator>masuidrive</dc:creator>
		<pubDate>Mon, 14 Apr 2008 08:43:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.masuidrive.jp/?p=91#comment-465</guid>
		<description>FrameworkSpawnerは消えないみたいですね。
沢山のフレームワークのバージョンを使ってても消えないのかなぁ。</description>
		<content:encoded><![CDATA[							<p>FrameworkSpawnerは消えないみたいですね。<br />
							沢山のフレームワークのバージョンを使ってても消えないのかなぁ。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NOV</title>
		<link>http://blog.masuidrive.jp/index.php/2008/04/14/mod_rails_uses_triple_memory_than_mongrel/comment-page-1/#comment-464</link>
		<dc:creator>NOV</dc:creator>
		<pubDate>Mon, 14 Apr 2008 08:38:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.masuidrive.jp/?p=91#comment-464</guid>
		<description>RailsPoolIdleTimeを5秒にして試してみました。
RailsはRailsPoolIdleTimeを過ぎると終了しますが、ApplicationSpawnerはRailsPoolIdleTime終了後もしばらくは残っているようです。（数分すると消えていました）
FrameworkSpawnerは、そのときも残ってました。</description>
		<content:encoded><![CDATA[							<p>RailsPoolIdleTimeを5秒にして試してみました。<br />
							RailsはRailsPoolIdleTimeを過ぎると終了しますが、ApplicationSpawnerはRailsPoolIdleTime終了後もしばらくは残っているようです。（数分すると消えていました）<br />
							FrameworkSpawnerは、そのときも残ってました。</p>
]]></content:encoded>
	</item>
</channel>
</rss>

