<?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: Rails MemCacheStore Fu</title>
	<atom:link href="http://eventuallyconsistent.com/blog/2009/06/rails-memcachestore-fu/feed/" rel="self" type="application/rss+xml" />
	<link>http://eventuallyconsistent.com/blog/2009/06/rails-memcachestore-fu/</link>
	<description>technology, software development and entrepreneurship</description>
	<lastBuildDate>Tue, 08 Jun 2010 12:27:42 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: colin</title>
		<link>http://eventuallyconsistent.com/blog/2009/06/rails-memcachestore-fu/comment-page-1/#comment-513</link>
		<dc:creator>colin</dc:creator>
		<pubDate>Thu, 02 Jul 2009 13:58:42 +0000</pubDate>
		<guid isPermaLink="false">http://eventuallyconsistent.com/blog/?p=133#comment-513</guid>
		<description>@chris, I haven&#039;t used it for session storage but it should just work. I did not try it with Passenger either. 

As for a vendored version of the memcache-client gem, it should also just work. You can verify in script/console if the correct client has been installed using the following:

&gt;&gt; MemCache::VERSION
=&gt; &quot;1.7.4&quot;

&gt;&gt; RAILS_CACHE.instance_variable_get(&quot;@data&quot;).class::VERSION
=&gt; &quot;1.7.4&quot;

Colin.</description>
		<content:encoded><![CDATA[<p>@chris, I haven&#8217;t used it for session storage but it should just work. I did not try it with Passenger either. </p>
<p>As for a vendored version of the memcache-client gem, it should also just work. You can verify in script/console if the correct client has been installed using the following:</p>
<p>>> MemCache::VERSION<br />
=> &#8220;1.7.4&#8243;</p>
<p>>> RAILS_CACHE.instance_variable_get(&#8221;@data&#8221;).class::VERSION<br />
=> &#8220;1.7.4&#8243;</p>
<p>Colin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://eventuallyconsistent.com/blog/2009/06/rails-memcachestore-fu/comment-page-1/#comment-512</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Thu, 02 Jul 2009 00:28:25 +0000</pubDate>
		<guid isPermaLink="false">http://eventuallyconsistent.com/blog/?p=133#comment-512</guid>
		<description>Also, have you tried this with a vendored version of the memcache-client gem?

Thanks.</description>
		<content:encoded><![CDATA[<p>Also, have you tried this with a vendored version of the memcache-client gem?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://eventuallyconsistent.com/blog/2009/06/rails-memcachestore-fu/comment-page-1/#comment-511</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Wed, 01 Jul 2009 23:43:14 +0000</pubDate>
		<guid isPermaLink="false">http://eventuallyconsistent.com/blog/?p=133#comment-511</guid>
		<description>Have you set this up for session storage?

Also, have you set this up with passenger (e.g. PhusionPassenger.on_event(:starting_worker_process))?

Thanks.</description>
		<content:encoded><![CDATA[<p>Have you set this up for session storage?</p>
<p>Also, have you set this up with passenger (e.g. PhusionPassenger.on_event(:starting_worker_process))?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
