<?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: Google App Engine and it&#8217;s Memcache API</title>
	<atom:link href="http://torum.net/2008/11/gae-memcache-api/feed/" rel="self" type="application/rss+xml" />
	<link>http://torum.net/2008/11/gae-memcache-api/</link>
	<description>Hackaholic and a Web Addict based in Tokyo</description>
	<lastBuildDate>Sun, 08 Jan 2012 04:49:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: David Gruzman</title>
		<link>http://torum.net/2008/11/gae-memcache-api/comment-page-1/#comment-6644</link>
		<dc:creator>David Gruzman</dc:creator>
		<pubDate>Sun, 24 Jan 2010 21:52:27 +0000</pubDate>
		<guid isPermaLink="false">http://torum.net/?p=676#comment-6644</guid>
		<description>I have also measured the memcache performance on the google appengine. Results where somewhat disappointing - since memcache only 2 times faster then datastore. In other hand - published information about memcached outside of google shows much better results then I got on GAE.</description>
		<content:encoded><![CDATA[<p>I have also measured the memcache performance on the google appengine. Results where somewhat disappointing &#8211; since memcache only 2 times faster then datastore. In other hand &#8211; published information about memcached outside of google shows much better results then I got on GAE.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Johnson</title>
		<link>http://torum.net/2008/11/gae-memcache-api/comment-page-1/#comment-16</link>
		<dc:creator>Nick Johnson</dc:creator>
		<pubDate>Sat, 03 Jan 2009 13:42:41 +0000</pubDate>
		<guid isPermaLink="false">http://torum.net/?p=676#comment-16</guid>
		<description>You&#039;re not really comparing apples with apples in your example app: The memcache results are fetched using get_multi, while the datastore results are fetched with a query. You&#039;d probably see different numbers from the datastore if you used db.get() instead.</description>
		<content:encoded><![CDATA[<p>You&#8217;re not really comparing apples with apples in your example app: The memcache results are fetched using get_multi, while the datastore results are fetched with a query. You&#8217;d probably see different numbers from the datastore if you used db.get() instead.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

