<?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: Automatic code reloading in Erlang</title>
	<atom:link href="http://blog.teemu.im/2009/11/03/automatic-code-reloading-in-erlang/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.teemu.im/2009/11/03/automatic-code-reloading-in-erlang/</link>
	<description>i'm teemu and this is my weblog</description>
	<lastBuildDate>Wed, 01 Jun 2011 15:00:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: teemu</title>
		<link>http://blog.teemu.im/2009/11/03/automatic-code-reloading-in-erlang/comment-page-1/#comment-1482</link>
		<dc:creator>teemu</dc:creator>
		<pubDate>Tue, 16 Feb 2010 06:25:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.teemu.im/?p=282#comment-1482</guid>
		<description>Hey Jason,

Yes, I use it only while developing. It makes it lot easier when after compiling the code it is automatically loaded to the e.g. server I&#039;m developing and runs tests automatically etc. I think in production systems the code upgrades should be done using the features that OTP provides. Using that you can easily fallback to previous version of code if something goes wrong.</description>
		<content:encoded><![CDATA[<p>Hey Jason,</p>
<p>Yes, I use it only while developing. It makes it lot easier when after compiling the code it is automatically loaded to the e.g. server I&#8217;m developing and runs tests automatically etc. I think in production systems the code upgrades should be done using the features that OTP provides. Using that you can easily fallback to previous version of code if something goes wrong.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://blog.teemu.im/2009/11/03/automatic-code-reloading-in-erlang/comment-page-1/#comment-1481</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 16 Feb 2010 05:29:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.teemu.im/?p=282#comment-1481</guid>
		<description>Hey, I stumbled upon this reloader module recently in mochiweb. But I wonder if this reloader module will cause any overload on the system. Doesn&#039;t it constantly have to monitor the beam files to check for an updation? Any thoughts?</description>
		<content:encoded><![CDATA[<p>Hey, I stumbled upon this reloader module recently in mochiweb. But I wonder if this reloader module will cause any overload on the system. Doesn&#8217;t it constantly have to monitor the beam files to check for an updation? Any thoughts?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

