<?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: Simple File-Based PHP Caching</title>
	<atom:link href="http://www.dangrossman.info/2007/01/03/simple-php-caching-example/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dangrossman.info/2007/01/03/simple-php-caching-example/</link>
	<description>Entrepreneur and web developer</description>
	<lastBuildDate>Wed, 08 Feb 2012 22:53:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Test</title>
		<link>http://www.dangrossman.info/2007/01/03/simple-php-caching-example/comment-page-1/#comment-110487</link>
		<dc:creator>Test</dc:creator>
		<pubDate>Thu, 25 Aug 2011 05:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dangrossman.info/2007/01/03/simple-php-caching-example/#comment-110487</guid>
		<description>before reading the file, it&#039;s better to flock() it 1st</description>
		<content:encoded><![CDATA[<p>before reading the file, it&#8217;s better to flock() it 1st</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://www.dangrossman.info/2007/01/03/simple-php-caching-example/comment-page-1/#comment-110031</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Thu, 16 Sep 2010 02:25:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.dangrossman.info/2007/01/03/simple-php-caching-example/#comment-110031</guid>
		<description>I too am curious about joe&#039;s above question.</description>
		<content:encoded><![CDATA[<p>I too am curious about joe&#8217;s above question.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joe</title>
		<link>http://www.dangrossman.info/2007/01/03/simple-php-caching-example/comment-page-1/#comment-3682</link>
		<dc:creator>joe</dc:creator>
		<pubDate>Thu, 04 Jan 2007 03:10:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.dangrossman.info/2007/01/03/simple-php-caching-example/#comment-3682</guid>
		<description>seems like a race condition.. what happens when another request comes in while the text file is being written to, but not fully completed? you probably want to write to a temporary file and rename it.</description>
		<content:encoded><![CDATA[<p>seems like a race condition.. what happens when another request comes in while the text file is being written to, but not fully completed? you probably want to write to a temporary file and rename it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

