<?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: Merb Master Process</title>
	<atom:link href="http://yehudakatz.com/2008/10/03/merb-master-process/feed/" rel="self" type="application/rss+xml" />
	<link>http://yehudakatz.com/2008/10/03/merb-master-process/</link>
	<description>Random Geek-Related Thoughts</description>
	<lastBuildDate>Tue, 16 Mar 2010 14:46:49 -0700</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Damien</title>
		<link>http://yehudakatz.com/2008/10/03/merb-master-process/comment-page-1/#comment-15864</link>
		<dc:creator>Damien</dc:creator>
		<pubDate>Wed, 18 Feb 2009 23:44:49 +0000</pubDate>
		<guid isPermaLink="false">http://yehudakatz.com/?p=82#comment-15864</guid>
		<description>Just found this article while setting up new merb clusters. How do you guys deal with pid files? (I&#039;m specifying mine manually with -P /.../log/merb.cluster.%s.pid)

I can&#039;t start up a new cluster when one is already running or I get:
   FATAL: Merb is already running on port 4000.
   pid file: /.../log/merb.cluster.4000.pid, process id is 12345.

If I remove the pid files first, the new app will start, but when I send a SIGINT to the master of the old cluster, all of my new pid files are deleted when the old cluster exits (even though the files have been recreated/updated)</description>
		<content:encoded><![CDATA[<p>Just found this article while setting up new merb clusters. How do you guys deal with pid files? (I&#8217;m specifying mine manually with -P /&#8230;/log/merb.cluster.%s.pid)</p>
<p>I can&#8217;t start up a new cluster when one is already running or I get:<br />
   FATAL: Merb is already running on port 4000.<br />
   pid file: /&#8230;/log/merb.cluster.4000.pid, process id is 12345.</p>
<p>If I remove the pid files first, the new app will start, but when I send a SIGINT to the master of the old cluster, all of my new pid files are deleted when the old cluster exits (even though the files have been recreated/updated)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Klishin</title>
		<link>http://yehudakatz.com/2008/10/03/merb-master-process/comment-page-1/#comment-12917</link>
		<dc:creator>Michael Klishin</dc:creator>
		<pubDate>Sun, 12 Oct 2008 02:51:07 +0000</pubDate>
		<guid isPermaLink="false">http://yehudakatz.com/?p=82#comment-12917</guid>
		<description>@Hongli,

This forking functionality is optional and can be turned off explicitly. By default it&#039;s off on Windows, MinGW and JRuby.</description>
		<content:encoded><![CDATA[<p>@Hongli,</p>
<p>This forking functionality is optional and can be turned off explicitly. By default it&#8217;s off on Windows, MinGW and JRuby.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hongli Lai</title>
		<link>http://yehudakatz.com/2008/10/03/merb-master-process/comment-page-1/#comment-12778</link>
		<dc:creator>Hongli Lai</dc:creator>
		<pubDate>Thu, 09 Oct 2008 08:50:04 +0000</pubDate>
		<guid isPermaLink="false">http://yehudakatz.com/?p=82#comment-12778</guid>
		<description>Nice! But how do you handle Windows and JRuby compatibility? Do you gracefully fallback to the old method on those platforms?</description>
		<content:encoded><![CDATA[<p>Nice! But how do you handle Windows and JRuby compatibility? Do you gracefully fallback to the old method on those platforms?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay Phillips</title>
		<link>http://yehudakatz.com/2008/10/03/merb-master-process/comment-page-1/#comment-12769</link>
		<dc:creator>Jay Phillips</dc:creator>
		<pubDate>Tue, 07 Oct 2008 22:54:08 +0000</pubDate>
		<guid isPermaLink="false">http://yehudakatz.com/?p=82#comment-12769</guid>
		<description>I agree -- totally awesome stuff. Keep up the good work, guys.</description>
		<content:encoded><![CDATA[<p>I agree &#8212; totally awesome stuff. Keep up the good work, guys.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jörn Zaefferer</title>
		<link>http://yehudakatz.com/2008/10/03/merb-master-process/comment-page-1/#comment-12751</link>
		<dc:creator>Jörn Zaefferer</dc:creator>
		<pubDate>Sun, 05 Oct 2008 18:46:51 +0000</pubDate>
		<guid isPermaLink="false">http://yehudakatz.com/?p=82#comment-12751</guid>
		<description>Just waiting for the port to become available is a great thing. Would be nice to have more servers do that.

I still think &quot;Ruby Enterprise Edition&quot; is a really awkward name, after all the stupid Java Enterprise Edition crap which didn&#039;t help that much in writing web applications... Who comes up with these names?</description>
		<content:encoded><![CDATA[<p>Just waiting for the port to become available is a great thing. Would be nice to have more servers do that.</p>
<p>I still think &#8220;Ruby Enterprise Edition&#8221; is a really awkward name, after all the stupid Java Enterprise Edition crap which didn&#8217;t help that much in writing web applications&#8230; Who comes up with these names?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Seifer</title>
		<link>http://yehudakatz.com/2008/10/03/merb-master-process/comment-page-1/#comment-12750</link>
		<dc:creator>Jason Seifer</dc:creator>
		<pubDate>Sun, 05 Oct 2008 17:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://yehudakatz.com/?p=82#comment-12750</guid>
		<description>Amazing stuff. Great work.</description>
		<content:encoded><![CDATA[<p>Amazing stuff. Great work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Nicoll</title>
		<link>http://yehudakatz.com/2008/10/03/merb-master-process/comment-page-1/#comment-12743</link>
		<dc:creator>Jeremy Nicoll</dc:creator>
		<pubDate>Sat, 04 Oct 2008 03:22:52 +0000</pubDate>
		<guid isPermaLink="false">http://yehudakatz.com/?p=82#comment-12743</guid>
		<description>Yay!  I was just thinking about this stuff today. Glad to hear it&#039;s making it into Merb finally.</description>
		<content:encoded><![CDATA[<p>Yay!  I was just thinking about this stuff today. Glad to hear it&#8217;s making it into Merb finally.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wycats</title>
		<link>http://yehudakatz.com/2008/10/03/merb-master-process/comment-page-1/#comment-12736</link>
		<dc:creator>wycats</dc:creator>
		<pubDate>Fri, 03 Oct 2008 19:27:44 +0000</pubDate>
		<guid isPermaLink="false">http://yehudakatz.com/?p=82#comment-12736</guid>
		<description>@john it&#039;s just the nature of the new approach. Because we literally wipe all of the state since the original code was loaded (by starting a brand-new process) it&#039;s impossible for state post-file-load to leak back in.</description>
		<content:encoded><![CDATA[<p>@john it&#8217;s just the nature of the new approach. Because we literally wipe all of the state since the original code was loaded (by starting a brand-new process) it&#8217;s impossible for state post-file-load to leak back in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graham Ashton</title>
		<link>http://yehudakatz.com/2008/10/03/merb-master-process/comment-page-1/#comment-12735</link>
		<dc:creator>Graham Ashton</dc:creator>
		<pubDate>Fri, 03 Oct 2008 17:33:08 +0000</pubDate>
		<guid isPermaLink="false">http://yehudakatz.com/?p=82#comment-12735</guid>
		<description>This is great – it&#039;s refreshing to see software that does the simple things right…</description>
		<content:encoded><![CDATA[<p>This is great – it&#8217;s refreshing to see software that does the simple things right…</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cheapRoc</title>
		<link>http://yehudakatz.com/2008/10/03/merb-master-process/comment-page-1/#comment-12734</link>
		<dc:creator>cheapRoc</dc:creator>
		<pubDate>Fri, 03 Oct 2008 16:53:16 +0000</pubDate>
		<guid isPermaLink="false">http://yehudakatz.com/?p=82#comment-12734</guid>
		<description>friggin awesome!!!1!</description>
		<content:encoded><![CDATA[<p>friggin awesome!!!1!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
