<?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: pecl::memcache的哈希策略</title>
	<atom:link href="http://www.surfchen.org/archives/348/feed" rel="self" type="application/rss+xml" />
	<link>http://www.surfchen.org/archives/348</link>
	<description>sc</description>
	<lastBuildDate>Thu, 19 Jan 2012 22:40:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: pecl::memcache的哈希策略 &#124; 倔强的石头</title>
		<link>http://www.surfchen.org/archives/348/comment-page-1#comment-12176</link>
		<dc:creator>pecl::memcache的哈希策略 &#124; 倔强的石头</dc:creator>
		<pubDate>Wed, 15 Dec 2010 08:12:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.surfchen.org/?p=348#comment-12176</guid>
		<description>[...] 原文地址：http://www.surfchen.org/archives/348    此条目发表在 PHP&amp;Zend, web架构&amp;负载&amp;性能 分类目录，贴了 memcache 标签。将固定链接加入收藏夹。    &#8592; php的memcache配置大全 [...]</description>
		<content:encoded><![CDATA[<p>[...] 原文地址：http://www.surfchen.org/archives/348    此条目发表在 PHP&amp;Zend, web架构&amp;负载&amp;性能 分类目录，贴了 memcache 标签。将固定链接加入收藏夹。    &larr; php的memcache配置大全 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nginx负载均衡（url_hash）配置 &#171; 三斗室</title>
		<link>http://www.surfchen.org/archives/348/comment-page-1#comment-12073</link>
		<dc:creator>nginx负载均衡（url_hash）配置 &#171; 三斗室</dc:creator>
		<pubDate>Thu, 30 Sep 2010 08:13:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.surfchen.org/?p=348#comment-12073</guid>
		<description>[...] Memcache，请参考下列链接： http://www.surfchen.org/archives/348 [...]</description>
		<content:encoded><![CDATA[<p>[...] Memcache，请参考下列链接： <a href="http://www.surfchen.org/archives/348" rel="nofollow">http://www.surfchen.org/archives/348</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aion kinah</title>
		<link>http://www.surfchen.org/archives/348/comment-page-1#comment-11197</link>
		<dc:creator>aion kinah</dc:creator>
		<pubDate>Sat, 24 Oct 2009 07:21:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.surfchen.org/?p=348#comment-11197</guid>
		<description>期待续文</description>
		<content:encoded><![CDATA[<p>期待续文</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ugg boots</title>
		<link>http://www.surfchen.org/archives/348/comment-page-1#comment-11121</link>
		<dc:creator>ugg boots</dc:creator>
		<pubDate>Mon, 11 May 2009 12:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.surfchen.org/?p=348#comment-11121</guid>
		<description>这是什么看不懂!</description>
		<content:encoded><![CDATA[<p>这是什么看不懂!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SurfChen</title>
		<link>http://www.surfchen.org/archives/348/comment-page-1#comment-11115</link>
		<dc:creator>SurfChen</dc:creator>
		<pubDate>Fri, 08 May 2009 02:04:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.surfchen.org/?p=348#comment-11115</guid>
		<description>我没做过memcached的测试</description>
		<content:encoded><![CDATA[<p>我没做过memcached的测试</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MyZ</title>
		<link>http://www.surfchen.org/archives/348/comment-page-1#comment-11099</link>
		<dc:creator>MyZ</dc:creator>
		<pubDate>Tue, 21 Apr 2009 16:29:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.surfchen.org/?p=348#comment-11099</guid>
		<description>pecl::memcached里有个libketama_compatible,里面似乎是md5+consistent,ketama的默认.php手册推荐.不知道这个效果怎么样.

Memcached::OPT_LIBKETAMA_COMPATIBLE 
Enables or disables compatibility with libketama-like behavior. When enabled, the item key hashing algorithm is set to MD5 and distribution is set to be weighted consistent hashing distribution. This is useful because other libketama-based clients (Python, Ruby, etc.) with the same server configuration will be able to access the keys transparently. 

Note: It is highly recommended to enable this option if you want to use consistent hashing, and it may be enabled by default in future releases.</description>
		<content:encoded><![CDATA[<p>pecl::memcached里有个libketama_compatible,里面似乎是md5+consistent,ketama的默认.php手册推荐.不知道这个效果怎么样.</p>
<p>Memcached::OPT_LIBKETAMA_COMPATIBLE<br />
Enables or disables compatibility with libketama-like behavior. When enabled, the item key hashing algorithm is set to MD5 and distribution is set to be weighted consistent hashing distribution. This is useful because other libketama-based clients (Python, Ruby, etc.) with the same server configuration will be able to access the keys transparently. </p>
<p>Note: It is highly recommended to enable this option if you want to use consistent hashing, and it may be enabled by default in future releases.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MyZ</title>
		<link>http://www.surfchen.org/archives/348/comment-page-1#comment-11098</link>
		<dc:creator>MyZ</dc:creator>
		<pubDate>Tue, 21 Apr 2009 16:06:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.surfchen.org/?p=348#comment-11098</guid>
		<description>等了好几个月了~~~期待后续~~~</description>
		<content:encoded><![CDATA[<p>等了好几个月了~~~期待后续~~~</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MyZ</title>
		<link>http://www.surfchen.org/archives/348/comment-page-1#comment-11097</link>
		<dc:creator>MyZ</dc:creator>
		<pubDate>Tue, 21 Apr 2009 16:02:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.surfchen.org/?p=348#comment-11097</guid>
		<description>请问你这个测试的结果是否已经用于现行系统,是否正常,给个后续的文章吧.</description>
		<content:encoded><![CDATA[<p>请问你这个测试的结果是否已经用于现行系统,是否正常,给个后续的文章吧.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

