<?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: flock() blocking reads</title>
	<atom:link href="http://www.mrclay.org/2008/09/12/flock-blocking-reads/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mrclay.org/2008/09/12/flock-blocking-reads/</link>
	<description>Steve Clay on programming, music, public policy and other junk</description>
	<lastBuildDate>Thu, 22 Dec 2011 13:26:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Steve</title>
		<link>http://www.mrclay.org/2008/09/12/flock-blocking-reads/comment-page-1/#comment-101784</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 19 Sep 2008 23:43:24 +0000</pubDate>
		<guid isPermaLink="false">http://mrclay.org/?p=211#comment-101784</guid>
		<description>Flock() was blocking even with very few cache files :/ I gave up on this and turned file locking off on the server. This finally prompted me to rewrite a part of Minify so this could be an easy user option as well.</description>
		<content:encoded><![CDATA[<p>Flock() was blocking even with very few cache files :/ I gave up on this and turned file locking off on the server. This finally prompted me to rewrite a part of Minify so this could be an easy user option as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabien</title>
		<link>http://www.mrclay.org/2008/09/12/flock-blocking-reads/comment-page-1/#comment-101780</link>
		<dc:creator>Fabien</dc:creator>
		<pubDate>Sun, 14 Sep 2008 16:37:43 +0000</pubDate>
		<guid isPermaLink="false">http://mrclay.org/?p=211#comment-101780</guid>
		<description>Hi, I&#039;m the author of Cache_Lite and Zend_Cache.

So, your last argument isn&#039;t a good one :-)

filelocking is a good thing in some cases. But on NFS, I will turn off.

You are protected against cache corruption by read_control and write_control

But, IMHO, the problem is maybe you have to many cache files into a single directory. There is a specific option to deal with that.</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m the author of Cache_Lite and Zend_Cache.</p>
<p>So, your last argument isn&#8217;t a good one :-)</p>
<p>filelocking is a good thing in some cases. But on NFS, I will turn off.</p>
<p>You are protected against cache corruption by read_control and write_control</p>
<p>But, IMHO, the problem is maybe you have to many cache files into a single directory. There is a specific option to deal with that.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

