<?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: Case Against Using Symlinks For Code Promotion</title>
	<atom:link href="http://www.mikebrittain.com/blog/2009/05/12/case-against-using-symlinks-for-code-promotion/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikebrittain.com/blog/2009/05/12/case-against-using-symlinks-for-code-promotion/</link>
	<description>Internet, mobile applications, skiing, snowboarding, food... you know, whatever comes to mind.</description>
	<lastBuildDate>Mon, 21 Mar 2011 14:25:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Mike Brittain</title>
		<link>http://www.mikebrittain.com/blog/2009/05/12/case-against-using-symlinks-for-code-promotion/comment-page-1/#comment-341</link>
		<dc:creator>Mike Brittain</dc:creator>
		<pubDate>Wed, 13 May 2009 14:14:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikebrittain.com/blog/?p=335#comment-341</guid>
		<description>@John Thanks for the clarification.  I guess I mis-read that in your post.</description>
		<content:encoded><![CDATA[<p>@John Thanks for the clarification.  I guess I mis-read that in your post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Brittain</title>
		<link>http://www.mikebrittain.com/blog/2009/05/12/case-against-using-symlinks-for-code-promotion/comment-page-1/#comment-340</link>
		<dc:creator>Mike Brittain</dc:creator>
		<pubDate>Wed, 13 May 2009 14:12:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikebrittain.com/blog/?p=335#comment-340</guid>
		<description>We feed some content through a CDN.  When the CDN makes a request that hits a server that is restarting, it has caused issues for users receiving blank pages.

I agree that it *should* be harmless, especially if we were doing a graceful restart.  But we have run into issues, which may be specific to our own setup.</description>
		<content:encoded><![CDATA[<p>We feed some content through a CDN.  When the CDN makes a request that hits a server that is restarting, it has caused issues for users receiving blank pages.</p>
<p>I agree that it *should* be harmless, especially if we were doing a graceful restart.  But we have run into issues, which may be specific to our own setup.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oren</title>
		<link>http://www.mikebrittain.com/blog/2009/05/12/case-against-using-symlinks-for-code-promotion/comment-page-1/#comment-339</link>
		<dc:creator>Oren</dc:creator>
		<pubDate>Wed, 13 May 2009 08:58:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikebrittain.com/blog/?p=335#comment-339</guid>
		<description>Hi Mike,

Why are you against restarting apache after deployment? It&#039;s quick and harmless as far as I can tell.</description>
		<content:encoded><![CDATA[<p>Hi Mike,</p>
<p>Why are you against restarting apache after deployment? It&#8217;s quick and harmless as far as I can tell.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Goulah</title>
		<link>http://www.mikebrittain.com/blog/2009/05/12/case-against-using-symlinks-for-code-promotion/comment-page-1/#comment-338</link>
		<dc:creator>John Goulah</dc:creator>
		<pubDate>Wed, 13 May 2009 03:54:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikebrittain.com/blog/?p=335#comment-338</guid>
		<description>Actually I don&#039;t use symbolic links for the document root.  I programmatically generate the virtual host files on every build and bundle them with the code.  These generated files point to the most current document root (the directory that is basically named by svn version you&#039;re releasing).  After code is pushed,  I do use a symbolic link to point my httpd/conf.d/www-site.com.conf at the generated vhost file that I pushed out with my code.  This way if you make a change to your vhost file between versions you can roll that back alongside the code.</description>
		<content:encoded><![CDATA[<p>Actually I don&#8217;t use symbolic links for the document root.  I programmatically generate the virtual host files on every build and bundle them with the code.  These generated files point to the most current document root (the directory that is basically named by svn version you&#8217;re releasing).  After code is pushed,  I do use a symbolic link to point my httpd/conf.d/www-site.com.conf at the generated vhost file that I pushed out with my code.  This way if you make a change to your vhost file between versions you can roll that back alongside the code.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

