<?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: Phusion Passenger, now with Global Queuing</title>
	<atom:link href="http://blog.phusion.nl/2008/10/29/phusion-passenger-now-with-global-queuing/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.phusion.nl/2008/10/29/phusion-passenger-now-with-global-queuing/</link>
	<description></description>
	<lastBuildDate>Fri, 12 Mar 2010 16:01:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ta-da List on Rails 2.2, Passenger And EC2 &#124; Castup</title>
		<link>http://blog.phusion.nl/2008/10/29/phusion-passenger-now-with-global-queuing/comment-page-1/#comment-4367</link>
		<dc:creator>Ta-da List on Rails 2.2, Passenger And EC2 &#124; Castup</dc:creator>
		<pubDate>Mon, 29 Dec 2008 16:52:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.phusion.nl/?p=48#comment-4367</guid>
		<description>[...] we comissioned Phusion to add global queueing to Passenger, we felt it was time to give it a try. Since we were already on Apache, it proved a simple [...]</description>
		<content:encoded><![CDATA[<p>[...] we comissioned Phusion to add global queueing to Passenger, we felt it was time to give it a try. Since we were already on Apache, it proved a simple [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phusion Passenger 2.0.5 released; mentioned on live.37signals.com &#171; Phusion Corporate Blog</title>
		<link>http://blog.phusion.nl/2008/10/29/phusion-passenger-now-with-global-queuing/comment-page-1/#comment-3740</link>
		<dc:creator>Phusion Passenger 2.0.5 released; mentioned on live.37signals.com &#171; Phusion Corporate Blog</dc:creator>
		<pubDate>Fri, 05 Dec 2008 13:12:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.phusion.nl/?p=48#comment-3740</guid>
		<description>[...] global queuing feature that was introduced in version 2.0.4 was found to cause deadlocks when used in combination [...]</description>
		<content:encoded><![CDATA[<p>[...] global queuing feature that was introduced in version 2.0.4 was found to cause deadlocks when used in combination [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: InVisible Blog &#187; Hosting fun</title>
		<link>http://blog.phusion.nl/2008/10/29/phusion-passenger-now-with-global-queuing/comment-page-1/#comment-3726</link>
		<dc:creator>InVisible Blog &#187; Hosting fun</dc:creator>
		<pubDate>Thu, 04 Dec 2008 19:47:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.phusion.nl/?p=48#comment-3726</guid>
		<description>[...] rails app had been running for weeks without problems. I installed mod_rails 2.0.4, enabled the global queue feature and have been watching the server all day. So far everything seems fine, but we&#8217;ll have to [...]</description>
		<content:encoded><![CDATA[<p>[...] rails app had been running for weeks without problems. I installed mod_rails 2.0.4, enabled the global queue feature and have been watching the server all day. So far everything seems fine, but we&#8217;ll have to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phusion Passenger 2.0.4 released; 37signals&#8217;s Ta-da List now using Passenger &#171; Phusion Corporate Blog</title>
		<link>http://blog.phusion.nl/2008/10/29/phusion-passenger-now-with-global-queuing/comment-page-1/#comment-3661</link>
		<dc:creator>Phusion Passenger 2.0.4 released; 37signals&#8217;s Ta-da List now using Passenger &#171; Phusion Corporate Blog</dc:creator>
		<pubDate>Mon, 01 Dec 2008 21:21:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.phusion.nl/?p=48#comment-3661</guid>
		<description>[...] recently announced that we&#8217;ve developed a feature called global queuing. This feature was requested by [...]</description>
		<content:encoded><![CDATA[<p>[...] recently announced that we&#8217;ve developed a feature called global queuing. This feature was requested by [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Smith</title>
		<link>http://blog.phusion.nl/2008/10/29/phusion-passenger-now-with-global-queuing/comment-page-1/#comment-3658</link>
		<dc:creator>Paul Smith</dc:creator>
		<pubDate>Mon, 01 Dec 2008 17:40:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.phusion.nl/?p=48#comment-3658</guid>
		<description>Awesome! Thanks for answering so quickly, and great job on passenger!</description>
		<content:encoded><![CDATA[<p>Awesome! Thanks for answering so quickly, and great job on passenger!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ninh Bui</title>
		<link>http://blog.phusion.nl/2008/10/29/phusion-passenger-now-with-global-queuing/comment-page-1/#comment-3600</link>
		<dc:creator>Ninh Bui</dc:creator>
		<pubDate>Fri, 28 Nov 2008 14:23:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.phusion.nl/?p=48#comment-3600</guid>
		<description>@Paul Smith:
No, not significantly thanks to copy-on-write semantics. Passenger in conjunction with Ruby Enterprise Edition act kind of like a threaded set-up in the sense that as much memory as possible is being shared across the processes: only when observable side effects occur through write operations, the memory will get copied (i.e. copied-on-write). In any other case, the memory can be shared, and in particular this means Rails framework code etc...</description>
		<content:encoded><![CDATA[<p>@Paul Smith:<br />
No, not significantly thanks to copy-on-write semantics. Passenger in conjunction with Ruby Enterprise Edition act kind of like a threaded set-up in the sense that as much memory as possible is being shared across the processes: only when observable side effects occur through write operations, the memory will get copied (i.e. copied-on-write). In any other case, the memory can be shared, and in particular this means Rails framework code etc&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Smith</title>
		<link>http://blog.phusion.nl/2008/10/29/phusion-passenger-now-with-global-queuing/comment-page-1/#comment-3599</link>
		<dc:creator>Paul Smith</dc:creator>
		<pubDate>Fri, 28 Nov 2008 14:14:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.phusion.nl/?p=48#comment-3599</guid>
		<description>Memory usage would be lower right? I&#039;m mostly wondering if that would help alleviate the problem that global queuing resolves? I&#039;m guessing not. Thanks for replying so quickly</description>
		<content:encoded><![CDATA[<p>Memory usage would be lower right? I&#8217;m mostly wondering if that would help alleviate the problem that global queuing resolves? I&#8217;m guessing not. Thanks for replying so quickly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hongli</title>
		<link>http://blog.phusion.nl/2008/10/29/phusion-passenger-now-with-global-queuing/comment-page-1/#comment-3597</link>
		<dc:creator>hongli</dc:creator>
		<pubDate>Fri, 28 Nov 2008 10:48:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.phusion.nl/?p=48#comment-3597</guid>
		<description>@Paul Smith: It is possible, yes. But as far as Phusion Passenger is concerned, there aren&#039;t many advantages to using threads compared to using processes, as it does now.</description>
		<content:encoded><![CDATA[<p>@Paul Smith: It is possible, yes. But as far as Phusion Passenger is concerned, there aren&#8217;t many advantages to using threads compared to using processes, as it does now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Smith</title>
		<link>http://blog.phusion.nl/2008/10/29/phusion-passenger-now-with-global-queuing/comment-page-1/#comment-3591</link>
		<dc:creator>Paul Smith</dc:creator>
		<pubDate>Fri, 28 Nov 2008 05:31:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.phusion.nl/?p=48#comment-3591</guid>
		<description>With the introduction of Rails 2.2 thread safety would this help eleviate the problem? So you could have multiple requests come in on one process? I don&#039;t think Passenger supports thread safety but that would be cool, and it might help out with this problem. I&#039;m no expert on thread safety or anything like that so I&#039;d love to hear what you guys have to say about it!</description>
		<content:encoded><![CDATA[<p>With the introduction of Rails 2.2 thread safety would this help eleviate the problem? So you could have multiple requests come in on one process? I don&#8217;t think Passenger supports thread safety but that would be cool, and it might help out with this problem. I&#8217;m no expert on thread safety or anything like that so I&#8217;d love to hear what you guys have to say about it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hongli</title>
		<link>http://blog.phusion.nl/2008/10/29/phusion-passenger-now-with-global-queuing/comment-page-1/#comment-3169</link>
		<dc:creator>hongli</dc:creator>
		<pubDate>Sun, 16 Nov 2008 13:39:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.phusion.nl/?p=48#comment-3169</guid>
		<description>@mml It&#039;ll be included in the next release.</description>
		<content:encoded><![CDATA[<p>@mml It&#8217;ll be included in the next release.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
