<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Build serialization using a mutex from NAnt</title>
	<atom:link href="http://ianolsen.com/2006/10/23/build-serialization-using-a-mutex-from-nant/feed/" rel="self" type="application/rss+xml" />
	<link>http://ianolsen.com/2006/10/23/build-serialization-using-a-mutex-from-nant/</link>
	<description></description>
	<lastBuildDate>Wed, 25 Nov 2009 23:03:52 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Peter Lanoie</title>
		<link>http://ianolsen.com/2006/10/23/build-serialization-using-a-mutex-from-nant/#comment-164</link>
		<dc:creator>Peter Lanoie</dc:creator>
		<pubDate>Tue, 07 Nov 2006 18:28:27 +0000</pubDate>
		<guid isPermaLink="false">http://ianolsen.wordpress.com/2006/10/23/build-serialization-using-a-mutex-from-nant/#comment-164</guid>
		<description>Another useful mutex application:  
We have a fast continuous integration build project in CCNet for each software system (application).  We also have a test deployment project that does a complete release build and deploys to all test servers.  Both builds use the same NAnt script and thus the same build output directory and source repository.  It&#039;s important not to have the two running at the same time so we use a mutex to keep a given system&#039;s builds separate.</description>
		<content:encoded><![CDATA[<p>Another useful mutex application:<br />
We have a fast continuous integration build project in CCNet for each software system (application).  We also have a test deployment project that does a complete release build and deploys to all test servers.  Both builds use the same NAnt script and thus the same build output directory and source repository.  It&#8217;s important not to have the two running at the same time so we use a mutex to keep a given system&#8217;s builds separate.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
