<?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: Who&#8217;s using Ruby Enterprise Edition in production?</title>
	<atom:link href="http://izumi.plan99.net/blog/index.php/2008/11/16/whos-using-ruby-enterprise-edition-in-production/feed/" rel="self" type="application/rss+xml" />
	<link>http://izumi.plan99.net/blog/index.php/2008/11/16/whos-using-ruby-enterprise-edition-in-production/</link>
	<description>Ecchi nanowa ikenai to omoimasu</description>
	<lastBuildDate>Tue, 03 Jan 2012 16:14:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Arlen</title>
		<link>http://izumi.plan99.net/blog/index.php/2008/11/16/whos-using-ruby-enterprise-edition-in-production/comment-page-1/#comment-9614</link>
		<dc:creator>Arlen</dc:creator>
		<pubDate>Wed, 19 Nov 2008 19:36:52 +0000</pubDate>
		<guid isPermaLink="false">http://izumi.plan99.net/blog/index.php/2008/11/16/whos-using-ruby-enterprise-edition-in-production/#comment-9614</guid>
		<description>On all production sites.</description>
		<content:encoded><![CDATA[<p>On all production sites.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oldmoe</title>
		<link>http://izumi.plan99.net/blog/index.php/2008/11/16/whos-using-ruby-enterprise-edition-in-production/comment-page-1/#comment-9604</link>
		<dc:creator>oldmoe</dc:creator>
		<pubDate>Tue, 18 Nov 2008 20:34:05 +0000</pubDate>
		<guid isPermaLink="false">http://izumi.plan99.net/blog/index.php/2008/11/16/whos-using-ruby-enterprise-edition-in-production/#comment-9604</guid>
		<description>We use REE for almost all of our production sites @ eSpace . Some generate millions of daily hits. I was hoping you can port the changes to 1.9 as well since the core team&#039;s schedule on that issue is not clear.</description>
		<content:encoded><![CDATA[<p>We use REE for almost all of our production sites @ eSpace . Some generate millions of daily hits. I was hoping you can port the changes to 1.9 as well since the core team&#8217;s schedule on that issue is not clear.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hongli</title>
		<link>http://izumi.plan99.net/blog/index.php/2008/11/16/whos-using-ruby-enterprise-edition-in-production/comment-page-1/#comment-9599</link>
		<dc:creator>Hongli</dc:creator>
		<pubDate>Mon, 17 Nov 2008 15:25:47 +0000</pubDate>
		<guid isPermaLink="false">http://izumi.plan99.net/blog/index.php/2008/11/16/whos-using-ruby-enterprise-edition-in-production/#comment-9599</guid>
		<description>taelor, what you said is correct. But you&#039;ve already said it, so in the spirit of Don&#039;t Repeat Yourself I won&#039;t repeat it. ;)</description>
		<content:encoded><![CDATA[<p>taelor, what you said is correct. But you&#8217;ve already said it, so in the spirit of Don&#8217;t Repeat Yourself I won&#8217;t repeat it. <img src='http://izumi.plan99.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: taelor</title>
		<link>http://izumi.plan99.net/blog/index.php/2008/11/16/whos-using-ruby-enterprise-edition-in-production/comment-page-1/#comment-9598</link>
		<dc:creator>taelor</dc:creator>
		<pubDate>Mon, 17 Nov 2008 14:55:12 +0000</pubDate>
		<guid isPermaLink="false">http://izumi.plan99.net/blog/index.php/2008/11/16/whos-using-ruby-enterprise-edition-in-production/#comment-9598</guid>
		<description>*from what I understand, which is not enough and possible incorrect...*

To save on memory consumption, passenger does not have a rails instance running at all times. Instead passenger only loads the Rails stack when a call is made, and that is kept alive for about a minute or so. Therefore, If no one has been to your site in a few minutes, you have to wait for the Rails stack to load, which can take a few seconds. 

...[insert obligatory rails vs merb LOC comment here]

I was hoping to get a reply explaining this exact thing from the owner of this blog [nudge, nudge]    ;)</description>
		<content:encoded><![CDATA[<p>*from what I understand, which is not enough and possible incorrect&#8230;*</p>
<p>To save on memory consumption, passenger does not have a rails instance running at all times. Instead passenger only loads the Rails stack when a call is made, and that is kept alive for about a minute or so. Therefore, If no one has been to your site in a few minutes, you have to wait for the Rails stack to load, which can take a few seconds. </p>
<p>&#8230;[insert obligatory rails vs merb LOC comment here]</p>
<p>I was hoping to get a reply explaining this exact thing from the owner of this blog [nudge, nudge]    <img src='http://izumi.plan99.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jasoj</title>
		<link>http://izumi.plan99.net/blog/index.php/2008/11/16/whos-using-ruby-enterprise-edition-in-production/comment-page-1/#comment-9596</link>
		<dc:creator>jasoj</dc:creator>
		<pubDate>Mon, 17 Nov 2008 00:44:54 +0000</pubDate>
		<guid isPermaLink="false">http://izumi.plan99.net/blog/index.php/2008/11/16/whos-using-ruby-enterprise-edition-in-production/#comment-9596</guid>
		<description>taelor: &quot;But since I use Passenger, you have to wait a while for the website to load&quot; .... why so?  I&#039;m not familiar with that issue yet.</description>
		<content:encoded><![CDATA[<p>taelor: &#8220;But since I use Passenger, you have to wait a while for the website to load&#8221; &#8230;. why so?  I&#8217;m not familiar with that issue yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: taelor</title>
		<link>http://izumi.plan99.net/blog/index.php/2008/11/16/whos-using-ruby-enterprise-edition-in-production/comment-page-1/#comment-9594</link>
		<dc:creator>taelor</dc:creator>
		<pubDate>Sun, 16 Nov 2008 20:03:57 +0000</pubDate>
		<guid isPermaLink="false">http://izumi.plan99.net/blog/index.php/2008/11/16/whos-using-ruby-enterprise-edition-in-production/#comment-9594</guid>
		<description>I have a proof of concept website called http://shovelchat.com. With a cron-job scheduled polling of the Digg.com API, I list all the Digg sites. Then you can click on one of those listing, and be brought to a chat room based on that digg article. 

The Chat room uses Juggernaut, a push server for rails. Juggernaut uses a TCP/IP flash bridge to push javascript up to the browser. Juggernaut is a seperate process in the background. 

The website is ran using Phusion Passenger. The whole set up has been running for at least 76 days straight, no problems. But I don&#039;t get any traffic, so that might be why.

But since I use Passenger, you have to wait a while for the website to load. I haven&#039;t figured out how to fix that quite yet. I know there is a setting in the config that can take care of that.

Thanks for the great products, I makes things very simple, and I love the benifits I get by running Phusion Passenger with Ruby Enterprise Edition. I&#039;m sure slicehost.com loves it too.

Keep up the great work,
taelor</description>
		<content:encoded><![CDATA[<p>I have a proof of concept website called <a href="http://shovelchat.com" rel="nofollow">http://shovelchat.com</a>. With a cron-job scheduled polling of the Digg.com API, I list all the Digg sites. Then you can click on one of those listing, and be brought to a chat room based on that digg article. </p>
<p>The Chat room uses Juggernaut, a push server for rails. Juggernaut uses a TCP/IP flash bridge to push javascript up to the browser. Juggernaut is a seperate process in the background. </p>
<p>The website is ran using Phusion Passenger. The whole set up has been running for at least 76 days straight, no problems. But I don&#8217;t get any traffic, so that might be why.</p>
<p>But since I use Passenger, you have to wait a while for the website to load. I haven&#8217;t figured out how to fix that quite yet. I know there is a setting in the config that can take care of that.</p>
<p>Thanks for the great products, I makes things very simple, and I love the benifits I get by running Phusion Passenger with Ruby Enterprise Edition. I&#8217;m sure slicehost.com loves it too.</p>
<p>Keep up the great work,<br />
taelor</p>
]]></content:encoded>
	</item>
</channel>
</rss>

