<?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: Memcache-client Performance</title>
	<atom:link href="http://www.mikeperham.com/2009/02/15/memcache-client-performance/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikeperham.com/2009/02/15/memcache-client-performance/</link>
	<description>On Ruby, software and the Internet</description>
	<lastBuildDate>Wed, 21 Jul 2010 20:03:10 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: rmxz</title>
		<link>http://www.mikeperham.com/2009/02/15/memcache-client-performance/comment-page-1/#comment-426</link>
		<dc:creator>rmxz</dc:creator>
		<pubDate>Sun, 11 Oct 2009 20:37:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeperham.com/?p=180#comment-426</guid>
		<description>In addition to the absolute performance, another interesting comparison is how much faster it is to fetch data from memcached vs fetching the objects from an underlying database.

On one of my apps, the pure-ruby memcached library was no faster than storing and fetching objects directly ton an from a postgres database.

OTOH, the native memcached client produced factor-of-3 improvements in the speed of the slowest html pages.</description>
		<content:encoded><![CDATA[<p>In addition to the absolute performance, another interesting comparison is how much faster it is to fetch data from memcached vs fetching the objects from an underlying database.</p>
<p>On one of my apps, the pure-ruby memcached library was no faster than storing and fetching objects directly ton an from a postgres database.</p>
<p>OTOH, the native memcached client produced factor-of-3 improvements in the speed of the slowest html pages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GMFlash</title>
		<link>http://www.mikeperham.com/2009/02/15/memcache-client-performance/comment-page-1/#comment-306</link>
		<dc:creator>GMFlash</dc:creator>
		<pubDate>Tue, 24 Feb 2009 07:08:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeperham.com/?p=180#comment-306</guid>
		<description>The 0.14/0.26 version of the memcached gem doesn&#039;t work. Evan recommended in the support forum to use the Ruby client and C library from this page: http://blog.evanweaver.com/articles/2009/01/24/secret-codes/

Hope this works so we can see how they stack up. Having similar or better performance without compiling a lib/gem would be great!</description>
		<content:encoded><![CDATA[<p>The 0.14/0.26 version of the memcached gem doesn&#8217;t work. Evan recommended in the support forum to use the Ruby client and C library from this page: <a href="http://blog.evanweaver.com/articles/2009/01/24/secret-codes/" rel="nofollow">http://blog.evanweaver.com/articles/2009/01/24/secret-codes/</a></p>
<p>Hope this works so we can see how they stack up. Having similar or better performance without compiling a lib/gem would be great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mperham</title>
		<link>http://www.mikeperham.com/2009/02/15/memcache-client-performance/comment-page-1/#comment-304</link>
		<dc:creator>mperham</dc:creator>
		<pubDate>Tue, 17 Feb 2009 18:23:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeperham.com/?p=180#comment-304</guid>
		<description>I could not get the memcached gem to install on OSX.  The instructions in the README simply don&#039;t work.

It doesn&#039;t matter how fast something is if it doesn&#039;t install.</description>
		<content:encoded><![CDATA[<p>I could not get the memcached gem to install on OSX.  The instructions in the README simply don&#8217;t work.</p>
<p>It doesn&#8217;t matter how fast something is if it doesn&#8217;t install.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radarek</title>
		<link>http://www.mikeperham.com/2009/02/15/memcache-client-performance/comment-page-1/#comment-303</link>
		<dc:creator>Radarek</dc:creator>
		<pubDate>Tue, 17 Feb 2009 17:37:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeperham.com/?p=180#comment-303</guid>
		<description>Results don&#039;t say to much without comparing to other memcached library.</description>
		<content:encoded><![CDATA[<p>Results don&#8217;t say to much without comparing to other memcached library.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
