<?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: Quick PHP caching</title>
	<atom:link href="http://terrychay.com/blog/article/quick-php-caching.shtml/feed" rel="self" type="application/rss+xml" />
	<link>http://terrychay.com/blog/article/quick-php-caching.shtml</link>
	<description>You tell that other boy, not to touch the woodwork...</description>
	<pubDate>Fri, 21 Nov 2008 17:55:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7-hemorrhage</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tom</title>
		<link>http://terrychay.com/blog/article/quick-php-caching.shtml#comment-20912</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Sun, 14 Jan 2007 06:44:32 +0000</pubDate>
		<guid isPermaLink="false">http://terrychay.com/blog/article/quick-php-caching.shtml#comment-20912</guid>
		<description>I noticed you have "unlink($cache_filename);" on line 13 of your first example code. That will delete the data you have just cached, I think you meant to put "unlink($tmp_file);" ins tead.</description>
		<content:encoded><![CDATA[<p>I noticed you have &#8220;unlink($cache_filename);&#8221; on line 13 of your first example code. That will delete the data you have just cached, I think you meant to put &#8220;unlink($tmp_file);&#8221; ins tead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Woodwork &#187; Blog Archive &#187; memcached</title>
		<link>http://terrychay.com/blog/article/quick-php-caching.shtml#comment-6026</link>
		<dc:creator>The Woodwork &#187; Blog Archive &#187; memcached</dc:creator>
		<pubDate>Wed, 30 Aug 2006 02:40:11 +0000</pubDate>
		<guid isPermaLink="false">http://terrychay.com/blog/article/quick-php-caching.shtml#comment-6026</guid>
		<description>[...] Question: Hey, my friend at Y! vertical search is looking for a decent memcached library in PHP but he says apparently too many of them. I haven’t even looked at the problem since I’ve never hit that sort of load with my session store yet. [...]</description>
		<content:encoded><![CDATA[<p>[...] Question: Hey, my friend at Y! vertical search is looking for a decent memcached library in PHP but he says apparently too many of them. I haven’t even looked at the problem since I’ve never hit that sort of load with my session store yet. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tychay</title>
		<link>http://terrychay.com/blog/article/quick-php-caching.shtml#comment-4915</link>
		<dc:creator>tychay</dc:creator>
		<pubDate>Fri, 04 Aug 2006 00:48:27 +0000</pubDate>
		<guid isPermaLink="false">http://terrychay.com/blog/article/quick-php-caching.shtml#comment-4915</guid>
		<description>@Ben: Good point. I didn’t think to mention things like the memcached extension because that sort of scaling isn’t needed until your app gets very, very big.

In that it’s probably a good idea to abstract your caching code so that you can put a factory in front of it (later) and seamlessly switch to memcached.</description>
		<content:encoded><![CDATA[<p>@Ben: Good point. I didn’t think to mention things like the memcached extension because that sort of scaling isn’t needed until your app gets very, very big.</p>
<p>In that it’s probably a good idea to abstract your caching code so that you can put a factory in front of it (later) and seamlessly switch to memcached.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Ramsey</title>
		<link>http://terrychay.com/blog/article/quick-php-caching.shtml#comment-4909</link>
		<dc:creator>Ben Ramsey</dc:creator>
		<pubDate>Thu, 03 Aug 2006 16:36:53 +0000</pubDate>
		<guid isPermaLink="false">http://terrychay.com/blog/article/quick-php-caching.shtml#comment-4909</guid>
		<description>For caching data that will be shared across my application, I prefer to use memcached.</description>
		<content:encoded><![CDATA[<p>For caching data that will be shared across my application, I prefer to use memcached.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
