<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Chanel's Blog &#187; time</title>
	<atom:link href="http://cmunezero.com/tag/time/feed/" rel="self" type="application/rss+xml" />
	<link>http://cmunezero.com</link>
	<description>Where code meets love... and a lot of awkward silences...</description>
	<lastBuildDate>Tue, 11 May 2010 21:17:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Memcached Equals Time Saver</title>
		<link>http://cmunezero.com/2008/05/12/memcached-equals-time-saver/</link>
		<comments>http://cmunezero.com/2008/05/12/memcached-equals-time-saver/#comments</comments>
		<pubDate>Mon, 12 May 2008 15:02:25 +0000</pubDate>
		<dc:creator>chanel</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[memcache]]></category>
		<category><![CDATA[memcached]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[saver]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[timesaver]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://cmunezero.com/2008/05/12/memcached-equals-time-saver/</guid>
		<description><![CDATA[Memcached is a wonderful tool to offload database calls by storing the needed information in cache.  One trick I&#8217;ve been using to increase productivity is that whenever I know I will be using complex or long running queries, I use a local instance of Memcached to cache the initial database calls.  As I [...]]]></description>
			<content:encoded><![CDATA[<p>Memcached is a wonderful tool to offload database calls by storing the needed information in cache.  One trick I&#8217;ve been using to increase productivity is that whenever I know I will be using complex or long running queries, I use a local instance of Memcached to cache the initial database calls.  As I debug the output or tweak the logic, the average runtime of the script stays almost constant because the bulk of the processing, database calls, has been cached.</p>
]]></content:encoded>
			<wfw:commentRss>http://cmunezero.com/2008/05/12/memcached-equals-time-saver/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
