<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: daemon_controller memcached configuration</title>
	<atom:link href="http://geminstallthat.wordpress.com/2008/09/04/daemon_controller-memcached-configuration/feed/" rel="self" type="application/rss+xml" />
	<link>http://geminstallthat.wordpress.com/2008/09/04/daemon_controller-memcached-configuration/</link>
	<description>Ruby on Rails Geek Blog</description>
	<lastBuildDate>Sun, 15 Nov 2009 05:20:22 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: John Dewey</title>
		<link>http://geminstallthat.wordpress.com/2008/09/04/daemon_controller-memcached-configuration/#comment-69</link>
		<dc:creator>John Dewey</dc:creator>
		<pubDate>Fri, 05 Sep 2008 22:02:58 +0000</pubDate>
		<guid isPermaLink="false">http://geminstallthat.wordpress.com/?p=80#comment-69</guid>
		<description>Hi Eric -

I implemented it for starting memcached in development mode only.  You could use the technique explained in the next post, to start/stop in any environment.

You shouldn&#039;t need to hook into vlad, since it will automatically start on rails initialization.</description>
		<content:encoded><![CDATA[<p>Hi Eric -</p>
<p>I implemented it for starting memcached in development mode only.  You could use the technique explained in the next post, to start/stop in any environment.</p>
<p>You shouldn&#8217;t need to hook into vlad, since it will automatically start on rails initialization.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Pugh</title>
		<link>http://geminstallthat.wordpress.com/2008/09/04/daemon_controller-memcached-configuration/#comment-68</link>
		<dc:creator>Eric Pugh</dc:creator>
		<pubDate>Fri, 05 Sep 2008 15:39:20 +0000</pubDate>
		<guid isPermaLink="false">http://geminstallthat.wordpress.com/?p=80#comment-68</guid>
		<description>This looks very cool..  I am looking at using daemon_controller to automate starting up Memcache and Background RB..   

I can&#039;t wait to see your followon posting..  Does this integrate nicely into your deployment scripts?  I am using Vlad and I have a special commands to start up background rb:

  remote_task :start_app, :roles =&gt; :app do
    run &quot;cd #{current_path}; ./script/backgroundrb start -e production&quot;
  end

  desc &quot;Stop the backgroundrb server&quot;
  remote_task :stop_app, :roles =&gt; :app do
    run &quot;cd #{current_path}; ./script/backgroundrb stop&quot;
  end</description>
		<content:encoded><![CDATA[<p>This looks very cool..  I am looking at using daemon_controller to automate starting up Memcache and Background RB..   </p>
<p>I can&#8217;t wait to see your followon posting..  Does this integrate nicely into your deployment scripts?  I am using Vlad and I have a special commands to start up background rb:</p>
<p>  remote_task :start_app, :roles =&gt; :app do<br />
    run &#8220;cd #{current_path}; ./script/backgroundrb start -e production&#8221;<br />
  end</p>
<p>  desc &#8220;Stop the backgroundrb server&#8221;<br />
  remote_task :stop_app, :roles =&gt; :app do<br />
    run &#8220;cd #{current_path}; ./script/backgroundrb stop&#8221;<br />
  end</p>
]]></content:encoded>
	</item>
</channel>
</rss>
