<?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"
	>
<channel>
	<title>Comments on: inotify support for autotest</title>
	<atom:link href="http://blog.tryphon.org/alban/archives/2007/10/26/inotify-support-for-autotest/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tryphon.org/alban/archives/2007/10/26/inotify-support-for-autotest/</link>
	<description>It looks like my blog</description>
	<pubDate>Wed, 17 Mar 2010 07:10:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: autotest-inotify: extend autotest to use inotify - Duplo</title>
		<link>http://blog.tryphon.org/alban/archives/2007/10/26/inotify-support-for-autotest/#comment-590</link>
		<dc:creator>autotest-inotify: extend autotest to use inotify - Duplo</dc:creator>
		<pubDate>Thu, 11 Feb 2010 22:35:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tryphon.org/alban/archives/2007/10/26/inotify-support-for-autotest/#comment-590</guid>
		<description>[...] on autotest-fsevent, which extends autotest to use Mac OS X&#8217;s FSEvents system, as well as Alban Peignier&#8217;s work using libinotify and the INotify gem. Where autotest-inotify differs from Schwyn&#8217;s work, is [...]</description>
		<content:encoded><![CDATA[<p>[...] on autotest-fsevent, which extends autotest to use Mac OS X&#8217;s FSEvents system, as well as Alban Peignier&#8217;s work using libinotify and the INotify gem. Where autotest-inotify differs from Schwyn&#8217;s work, is [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Davis</title>
		<link>http://blog.tryphon.org/alban/archives/2007/10/26/inotify-support-for-autotest/#comment-232</link>
		<dc:creator>Ryan Davis</dc:creator>
		<pubDate>Wed, 23 Apr 2008 07:23:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tryphon.org/alban/archives/2007/10/26/inotify-support-for-autotest/#comment-232</guid>
		<description>If you're running high CPU on autotest, you either have too much crap in your project and/or you're not excluding enough in your .autotest.

I won't be touching inotify or any other platform specific hacks.</description>
		<content:encoded><![CDATA[<p>If you&#8217;re running high CPU on autotest, you either have too much crap in your project and/or you&#8217;re not excluding enough in your .autotest.</p>
<p>I won&#8217;t be touching inotify or any other platform specific hacks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: she</title>
		<link>http://blog.tryphon.org/alban/archives/2007/10/26/inotify-support-for-autotest/#comment-228</link>
		<dc:creator>she</dc:creator>
		<pubDate>Wed, 27 Feb 2008 13:09:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tryphon.org/alban/archives/2007/10/26/inotify-support-for-autotest/#comment-228</guid>
		<description>Are there really bugs in ruby-inotify?

I am a bit unsure now, would be nice if you could explain what is the problem</description>
		<content:encoded><![CDATA[<p>Are there really bugs in ruby-inotify?</p>
<p>I am a bit unsure now, would be nice if you could explain what is the problem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joe</title>
		<link>http://blog.tryphon.org/alban/archives/2007/10/26/inotify-support-for-autotest/#comment-225</link>
		<dc:creator>joe</dc:creator>
		<pubDate>Tue, 22 Jan 2008 01:00:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tryphon.org/alban/archives/2007/10/26/inotify-support-for-autotest/#comment-225</guid>
		<description>What bugs did you run into with ruby-inotify?  You solution requires that /dev/inotify exist, and that doesn't exist on my system (I heard that it got phased out, something about inotifyfs)...  I also ran across RInotify which i haven't tried yet: http://rubyforge.org/projects/rinotify/

anyways, I wrote a little script with ruby-inotify and it's been working ok to monitor directory changes for the last 15 minutes or so, just curious what I have to watch out for.</description>
		<content:encoded><![CDATA[<p>What bugs did you run into with ruby-inotify?  You solution requires that /dev/inotify exist, and that doesn&#8217;t exist on my system (I heard that it got phased out, something about inotifyfs)&#8230;  I also ran across RInotify which i haven&#8217;t tried yet: <a href="http://rubyforge.org/projects/rinotify/" rel="nofollow" onclick="javascript:urchinTracker ('/outbound/comment/rubyforge.org');">http://rubyforge.org/projects/rinotify/</a></p>
<p>anyways, I wrote a little script with ruby-inotify and it&#8217;s been working ok to monitor directory changes for the last 15 minutes or so, just curious what I have to watch out for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Nedderman</title>
		<link>http://blog.tryphon.org/alban/archives/2007/10/26/inotify-support-for-autotest/#comment-221</link>
		<dc:creator>Scott Nedderman</dc:creator>
		<pubDate>Sun, 06 Jan 2008 01:22:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tryphon.org/alban/archives/2007/10/26/inotify-support-for-autotest/#comment-221</guid>
		<description>I ran into this problem too with a packed vendor directory and the rspec_on_rails plugin.  Here's my solution: http://blog.netphase.com/2008/01/05/autotest-cpu-fix/</description>
		<content:encoded><![CDATA[<p>I ran into this problem too with a packed vendor directory and the rspec_on_rails plugin.  Here&#8217;s my solution: <a href="http://blog.netphase.com/2008/01/05/autotest-cpu-fix/" rel="nofollow" onclick="javascript:urchinTracker ('/outbound/comment/blog.netphase.com');">http://blog.netphase.com/2008/01/05/autotest-cpu-fix/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Davis</title>
		<link>http://blog.tryphon.org/alban/archives/2007/10/26/inotify-support-for-autotest/#comment-215</link>
		<dc:creator>Ryan Davis</dc:creator>
		<pubDate>Wed, 19 Dec 2007 11:20:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tryphon.org/alban/archives/2007/10/26/inotify-support-for-autotest/#comment-215</guid>
		<description>I dunno what lappy you're running on, but it ran very light on my 12" pb (1.2Mhz PPC G4?).

autotest's file scan runs proportional to the number of files in the directory tree it starts in (obviously) minus the files you tell it to exclude.

If you're doing rails development and have a way packed vendor dir, add vendor to the exclusions regexp (it'll be a much cleaner process in the next release of zentest) and you should see a drop in CPU.</description>
		<content:encoded><![CDATA[<p>I dunno what lappy you&#8217;re running on, but it ran very light on my 12&#8243; pb (1.2Mhz PPC G4?).</p>
<p>autotest&#8217;s file scan runs proportional to the number of files in the directory tree it starts in (obviously) minus the files you tell it to exclude.</p>
<p>If you&#8217;re doing rails development and have a way packed vendor dir, add vendor to the exclusions regexp (it&#8217;ll be a much cleaner process in the next release of zentest) and you should see a drop in CPU.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
