<?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: file locking in ruby using flock</title>
	<atom:link href="http://disjointthoughts.com/2007/01/15/file-locking-in-ruby-using-flock/feed/" rel="self" type="application/rss+xml" />
	<link>http://disjointthoughts.com/2007/01/15/file-locking-in-ruby-using-flock/</link>
	<description></description>
	<lastBuildDate>Fri, 06 Jan 2012 14:29:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: TOGoS</title>
		<link>http://disjointthoughts.com/2007/01/15/file-locking-in-ruby-using-flock/comment-page-1/#comment-15315</link>
		<dc:creator>TOGoS</dc:creator>
		<pubDate>Mon, 01 Mar 2010 20:50:38 +0000</pubDate>
		<guid isPermaLink="false">http://disjointthoughts.com/?p=134#comment-15315</guid>
		<description>Makes sense - when you open in &#039;w&#039; mode the file is truncated *before* you get the lock on it.  So the reader will sometimes read the file after you truncate it but before the writer writes the data!</description>
		<content:encoded><![CDATA[<p>Makes sense &#8211; when you open in &#8216;w&#8217; mode the file is truncated *before* you get the lock on it.  So the reader will sometimes read the file after you truncate it but before the writer writes the data!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

