<?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: Memcached and WordPress MU</title>
	<atom:link href="http://heisel.org/blog/2009/09/19/memcache-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://heisel.org/blog/2009/09/19/memcache-wordpress/</link>
	<description>Musings for those in the media who grok, grep, and otherwise get the Web.</description>
	<lastBuildDate>Mon, 05 Mar 2012 15:21:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Scott</title>
		<link>http://heisel.org/blog/2009/09/19/memcache-wordpress/comment-page-1/#comment-33175</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Sun, 08 Aug 2010 03:24:51 +0000</pubDate>
		<guid isPermaLink="false">http://heisel.org/blog/?p=1483#comment-33175</guid>
		<description>&lt;p&gt;Hi Chris,
Thanks for posting this.
I have an issue with this it seems to work for a bit (I see the cached info before the head) then it just stops the memcache server is still alive so that is not the issue. I also see SEGFAULT errors as soon as I disable the segfaults disappear?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Chris,
Thanks for post&shy;ing this.
I have an issue with this it seems to work for a bit (I see the cached info before the head) then it just stops the mem&shy;cache server is still alive so that is not the issue. I also see SEG&shy;FAULT errors as soon as I dis&shy;able the seg&shy;faults disappear?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Heisel</title>
		<link>http://heisel.org/blog/2009/09/19/memcache-wordpress/comment-page-1/#comment-33066</link>
		<dc:creator>Chris Heisel</dc:creator>
		<pubDate>Wed, 24 Feb 2010 13:06:58 +0000</pubDate>
		<guid isPermaLink="false">http://heisel.org/blog/?p=1483#comment-33066</guid>
		<description>&lt;p&gt;Alex,&lt;/p&gt;

&lt;p&gt;Glad you figured that out! Batcache, and I believe Super Cache both serve non-cached pages to logged in users.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Alex,</p>

<p>Glad you fig&shy;ured that out! Bat&shy;cache, and I believe Super Cache both serve non-&#8203;cached pages to logged in&nbsp;users.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://heisel.org/blog/2009/09/19/memcache-wordpress/comment-page-1/#comment-33065</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 24 Feb 2010 12:55:22 +0000</pubDate>
		<guid isPermaLink="false">http://heisel.org/blog/?p=1483#comment-33065</guid>
		<description>&lt;p&gt;Finally, I&#039;ve found the root of the problem, batcache doesn&#039;t serve pages for connected users :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Finally, I&#8217;ve found the root of the prob&shy;lem, bat&shy;cache doesn&#8217;t serve pages for con&shy;nected users&nbsp;:)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://heisel.org/blog/2009/09/19/memcache-wordpress/comment-page-1/#comment-33064</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 24 Feb 2010 04:11:21 +0000</pubDate>
		<guid isPermaLink="false">http://heisel.org/blog/?p=1483#comment-33064</guid>
		<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;Thanks for your tutorial, t&#039;s the most complete I&#039;ve found yet with all the steps to install memcache on wpmu (might be missing a bit of info on memcache install, but I&#039;m sure people can figure it out).&lt;/p&gt;

&lt;p&gt;I cant succeed in getting the stats in my source code, I suppose the system is not working on my side, did you have a similar problem during your install? do you know a place where I can put a flag to debug the problem?&lt;/p&gt;

&lt;p&gt;Thanks a lot :)&lt;/p&gt;

&lt;p&gt;Alex&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,</p>

<p>Thanks for your tuto&shy;r&shy;ial, t&#8217;s the most com&shy;plete I&#8217;ve found yet with all the steps to install mem&shy;cache on wpmu (might be miss&shy;ing a bit of info on mem&shy;cache install, but I&#8217;m sure people can figure it&nbsp;out).</p>

<p>I cant suc&shy;ceed in get&shy;ting the stats in my source code, I sup&shy;pose the system is not work&shy;ing on my side, did you have a sim&shy;i&shy;lar prob&shy;lem during your install? do you know a place where I can put a flag to debug the problem?</p>

<p>Thanks a&nbsp;lot :)</p>

<p>Alex</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Bates</title>
		<link>http://heisel.org/blog/2009/09/19/memcache-wordpress/comment-page-1/#comment-32366</link>
		<dc:creator>Eric Bates</dc:creator>
		<pubDate>Thu, 12 Nov 2009 17:40:01 +0000</pubDate>
		<guid isPermaLink="false">http://heisel.org/blog/?p=1483#comment-32366</guid>
		<description>&lt;p&gt;One issue that we ran into recently had to do with hash values across multiple memcached servers. We noticed that one of the cached objects wasn&#039;t updating memcached. We found that the hashes for that object were different on each of our memcached servers. This probably happened when one of the servers became unresponsive and temporarily dropped out of the pool. The default setting for PECL_MEMCACHED uses a &quot;standard&quot; hashing algorithm which works fine for single-server implementations. But when using multiple memcached servers, you&#039;re better off switching to a consistent hashing algorithm which will retain the object&#039;s hash key across multiple servers.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>One issue that we ran into recently had to do with hash values across mul&shy;ti&shy;ple mem&shy;cached servers. We noticed that one of the cached objects wasn&#8217;t updat&shy;ing mem&shy;cached. We found that the hashes for that object were dif&shy;fer&shy;ent on each of our mem&shy;cached servers. This prob&shy;a&shy;bly hap&shy;pened when one of the servers became unre&shy;spon&shy;sive and tem&shy;porar&shy;ily dropped out of the pool. The default set&shy;ting for PECL_MEMCACHED uses a &#8220;standard&#8221; hash&shy;ing algo&shy;rithm which works fine for single-&#8203;server imple&shy;men&shy;ta&shy;tions. But when using mul&shy;ti&shy;ple mem&shy;cached servers, you&#8217;re better off switch&shy;ing to a con&shy;sis&shy;tent hash&shy;ing algo&shy;rithm which will retain the object&#8217;s hash key across mul&shy;ti&shy;ple servers.</p>]]></content:encoded>
	</item>
</channel>
</rss>

