<?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 for Colin Mollenhour&#039;s Technical Blog</title>
	<atom:link href="http://colin.mollenhour.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://colin.mollenhour.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 30 Dec 2011 22:08:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Benchmarking Zend_Cache backends for Magento by Colin Mollenhour</title>
		<link>http://colin.mollenhour.com/2011/10/03/benchmarking-zend_cache-backends-for-magento/comment-page-1/#comment-104</link>
		<dc:creator>Colin Mollenhour</dc:creator>
		<pubDate>Fri, 30 Dec 2011 22:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://colin.mollenhour.com/?p=144#comment-104</guid>
		<description>Hi Sanjay, this sounds like an issue with the driver and corrupt cache records. Are
 you using the phpredis (compiled) mode or the standalone mode? Please open an issue on the github project to continue discussion. -Thanks</description>
		<content:encoded><![CDATA[<p>Hi Sanjay, this sounds like an issue with the driver and corrupt cache records. Are<br />
 you using the phpredis (compiled) mode or the standalone mode? Please open an issue on the github project to continue discussion. -Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Benchmarking Zend_Cache backends for Magento by Sanjay</title>
		<link>http://colin.mollenhour.com/2011/10/03/benchmarking-zend_cache-backends-for-magento/comment-page-1/#comment-103</link>
		<dc:creator>Sanjay</dc:creator>
		<pubDate>Fri, 30 Dec 2011 18:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://colin.mollenhour.com/?p=144#comment-103</guid>
		<description>Hi Colin, a little bit of background first - our Magento installation is split into Admin and Frontend being on different servers. We installed your tool on the frontend and it works really good. The redis server had been setup on the frontend server, we then configured the Admin to talk to frontend Redis but when we access the admin url, we get the error &quot;invalid server response: e_1&gt;0Alt_Image&quot;, is there any direction you can recommend for solving this?

Cheers
Sanjay  </description>
		<content:encoded><![CDATA[<p>Hi Colin, a little bit of background first &#8211; our Magento installation is split into Admin and Frontend being on different servers. We installed your tool on the frontend and it works really good. The redis server had been setup on the frontend server, we then configured the Admin to talk to frontend Redis but when we access the admin url, we get the error &#8220;invalid server response: e_1&gt;0Alt_Image&#8221;, is there any direction you can recommend for solving this?</p>
<p>Cheers<br />
Sanjay  </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Benchmarking Zend_Cache backends for Magento by Anonymous</title>
		<link>http://colin.mollenhour.com/2011/10/03/benchmarking-zend_cache-backends-for-magento/comment-page-1/#comment-101</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 12 Oct 2011 00:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://colin.mollenhour.com/?p=144#comment-101</guid>
		<description>Hi Colin, it looks like a promising tool, thanks for sharing! I&#039;m really looking forward to your post about Redis as I want to convince my customers to switch over from memcache. Keep up the good work. </description>
		<content:encoded><![CDATA[<p>Hi Colin, it looks like a promising tool, thanks for sharing! I&#8217;m really looking forward to your post about Redis as I want to convince my customers to switch over from memcache. Keep up the good work. </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Benchmarking Zend_Cache backends for Magento by Colin Mollenhour</title>
		<link>http://colin.mollenhour.com/2011/10/03/benchmarking-zend_cache-backends-for-magento/comment-page-1/#comment-100</link>
		<dc:creator>Colin Mollenhour</dc:creator>
		<pubDate>Mon, 10 Oct 2011 23:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://colin.mollenhour.com/?p=144#comment-100</guid>
		<description>Yes, absolutely.</description>
		<content:encoded><![CDATA[<p>Yes, absolutely.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Benchmarking Zend_Cache backends for Magento by Anonim</title>
		<link>http://colin.mollenhour.com/2011/10/03/benchmarking-zend_cache-backends-for-magento/comment-page-1/#comment-99</link>
		<dc:creator>Anonim</dc:creator>
		<pubDate>Sat, 08 Oct 2011 16:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://colin.mollenhour.com/?p=144#comment-99</guid>
		<description> Can your backend be used without magento?  Like normal Zend_Cache backends ?</description>
		<content:encoded><![CDATA[<p> Can your backend be used without magento?  Like normal Zend_Cache backends ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Colin Mollenhour</title>
		<link>http://colin.mollenhour.com/about/comment-page-1/#comment-96</link>
		<dc:creator>Colin Mollenhour</dc:creator>
		<pubDate>Sun, 02 Oct 2011 02:17:13 +0000</pubDate>
		<guid isPermaLink="false">http://colin.mollenhour.com/wordpress/?page_id=2#comment-96</guid>
		<description>Hi Justin. If you don&#039;t want to check third-party code into your repo then you can just check in a list of extension keys (extensions.txt) then use a shell command to make sure they are installed:&lt;br&gt;&lt;br&gt;@shell &lt;br&gt;cd $PROJECT; &lt;br&gt;mkdir -f .installed &lt;br&gt;for ext in `cat $MODULE/extensions.txt`; do &lt;br&gt;if [ ! -f .installed/$ext ]; then&lt;br&gt;./pear install $ext &amp;&amp; touch .installed/$ext; &lt;br&gt;fi &lt;br&gt;done</description>
		<content:encoded><![CDATA[<p>Hi Justin. If you don&#39;t want to check third-party code into your repo then you can just check in a list of extension keys (extensions.txt) then use a shell command to make sure they are installed:</p>
<p>@shell <br />cd $PROJECT; <br />mkdir -f .installed <br />for ext in `cat $MODULE/extensions.txt`; do <br />if [ ! -f .installed/$ext ]; then<br />./pear install $ext &amp;&amp; touch .installed/$ext; <br />fi <br />done</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Colin Mollenhour</title>
		<link>http://colin.mollenhour.com/about/comment-page-1/#comment-97</link>
		<dc:creator>Colin Mollenhour</dc:creator>
		<pubDate>Sun, 02 Oct 2011 02:17:12 +0000</pubDate>
		<guid isPermaLink="false">http://colin.mollenhour.com/wordpress/?page_id=2#comment-97</guid>
		<description>Hi Justin. If you don&#039;t want to check third-party code into your repo then you can just check in a list of extension keys (extensions.txt) then use a shell command to make sure they are installed:&lt;br&gt;&lt;br&gt;@shell &lt;br&gt;cd $PROJECT; &lt;br&gt;mkdir -f .installed &lt;br&gt;for ext in `cat $MODULE/extensions.txt`; do &lt;br&gt;if [ ! -f .installed/$ext ]; then&lt;br&gt;./pear install $ext &amp;&amp; touch .installed/$ext; &lt;br&gt;fi &lt;br&gt;done</description>
		<content:encoded><![CDATA[<p>Hi Justin. If you don&#39;t want to check third-party code into your repo then you can just check in a list of extension keys (extensions.txt) then use a shell command to make sure they are installed:</p>
<p>@shell <br />cd $PROJECT; <br />mkdir -f .installed <br />for ext in `cat $MODULE/extensions.txt`; do <br />if [ ! -f .installed/$ext ]; then<br />./pear install $ext &amp;&amp; touch .installed/$ext; <br />fi <br />done</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Justin</title>
		<link>http://colin.mollenhour.com/about/comment-page-1/#comment-95</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Sun, 02 Oct 2011 01:55:49 +0000</pubDate>
		<guid isPermaLink="false">http://colin.mollenhour.com/wordpress/?page_id=2#comment-95</guid>
		<description>Hi Collin, I&#039;m looking forward to using Modman, which seems like a great utility.  I just have a question about best practices when it comes to 3rd party Magento extensions.  This must be a simple or obvious question as I haven&#039;t been able to find anyone addressing it online, but in a nutshell:  is there a best practice for dealing with 3rd party extensions when developing a Magento store, using source control and modman?  I&#039;d rather not check 3rd party extensions in, so are they something that wouldn&#039;t even typically be handled by modman?  Just install the extensions I want by hand in my production, staging and dev environments individually?  Thanks for any thoughts you may have</description>
		<content:encoded><![CDATA[<p>Hi Collin, I&#39;m looking forward to using Modman, which seems like a great utility.  I just have a question about best practices when it comes to 3rd party Magento extensions.  This must be a simple or obvious question as I haven&#39;t been able to find anyone addressing it online, but in a nutshell:  is there a best practice for dealing with 3rd party extensions when developing a Magento store, using source control and modman?  I&#39;d rather not check 3rd party extensions in, so are they something that wouldn&#39;t even typically be handled by modman?  Just install the extensions I want by hand in my production, staging and dev environments individually?  Thanks for any thoughts you may have</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Colin Mollenhour</title>
		<link>http://colin.mollenhour.com/about/comment-page-1/#comment-93</link>
		<dc:creator>Colin Mollenhour</dc:creator>
		<pubDate>Mon, 12 Sep 2011 07:57:04 +0000</pubDate>
		<guid isPermaLink="false">http://colin.mollenhour.com/wordpress/?page_id=2#comment-93</guid>
		<description>&lt;br&gt;&lt;br&gt;&lt;meta content=&quot;text/html; charset=UTF-8&quot; http-equiv=&quot;Content-Type&quot;&gt; &lt;br&gt;&lt;br&gt;Maybe your comment didn&#039;t come through as expected, but I think&lt;br&gt;you&#039;re asking about configuring a prefix to avoid keyspace collisions?&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;The Redis cache does not use a configurable prefix. If you run more than one Magento installation on the same Redis server with the same database is then you will definitely have keyspace collisions. I&lt;br&gt;would recommend using a different Redis database for each Magento installation. This can be done with global/cache/backend_options/database. You could also run a separate instance of Redis on a different port, which would let you control&lt;br&gt;the amount of memory each installation can use.&lt;br&gt;&lt;br&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>&lt;meta content=&#8221;text/html; charset=UTF-8&#8243; http-equiv=&#8221;Content-Type&#8221;&gt; </p>
<p>Maybe your comment didn&#39;t come through as expected, but I think<br />you&#39;re asking about configuring a prefix to avoid keyspace collisions?</p>
<p>The Redis cache does not use a configurable prefix. If you run more than one Magento installation on the same Redis server with the same database is then you will definitely have keyspace collisions. I<br />would recommend using a different Redis database for each Magento installation. This can be done with global/cache/backend_options/database. You could also run a separate instance of Redis on a different port, which would let you control<br />the amount of memory each installation can use.</p>
<p></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Colin Mollenhour</title>
		<link>http://colin.mollenhour.com/about/comment-page-1/#comment-94</link>
		<dc:creator>Colin Mollenhour</dc:creator>
		<pubDate>Mon, 12 Sep 2011 07:57:03 +0000</pubDate>
		<guid isPermaLink="false">http://colin.mollenhour.com/wordpress/?page_id=2#comment-94</guid>
		<description>&lt;br&gt;&lt;br&gt;&lt;meta content=&quot;text/html; charset=UTF-8&quot; http-equiv=&quot;Content-Type&quot;&gt; &lt;br&gt;&lt;br&gt;Maybe your comment didn&#039;t come through as expected, but I think&lt;br&gt;you&#039;re asking about configuring a prefix to avoid keyspace collisions?&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;The Redis cache does not use a configurable prefix. If you run more than one Magento installation on the same Redis server with the same database is then you will definitely have keyspace collisions. I&lt;br&gt;would recommend using a different Redis database for each Magento installation. This can be done with global/cache/backend_options/database. You could also run a separate instance of Redis on a different port, which would let you control&lt;br&gt;the amount of memory each installation can use.&lt;br&gt;&lt;br&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>&lt;meta content=&#8221;text/html; charset=UTF-8&#8243; http-equiv=&#8221;Content-Type&#8221;&gt; </p>
<p>Maybe your comment didn&#39;t come through as expected, but I think<br />you&#39;re asking about configuring a prefix to avoid keyspace collisions?</p>
<p>The Redis cache does not use a configurable prefix. If you run more than one Magento installation on the same Redis server with the same database is then you will definitely have keyspace collisions. I<br />would recommend using a different Redis database for each Magento installation. This can be done with global/cache/backend_options/database. You could also run a separate instance of Redis on a different port, which would let you control<br />the amount of memory each installation can use.</p>
<p></p>
]]></content:encoded>
	</item>
</channel>
</rss>

