<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>blog.teemu.im &#187; PubSubHubbub</title>
	<atom:link href="http://blog.teemu.im/tags/pubsubhubbub/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.teemu.im</link>
	<description>i'm teemu and this is my weblog</description>
	<lastBuildDate>Mon, 31 Oct 2011 08:44:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>Automatic code reloading in Erlang</title>
		<link>http://blog.teemu.im/2009/11/03/automatic-code-reloading-in-erlang/</link>
		<comments>http://blog.teemu.im/2009/11/03/automatic-code-reloading-in-erlang/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 13:24:48 +0000</pubDate>
		<dc:creator>Teemu Harju</dc:creator>
				<category><![CDATA[Erlang]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[PubSubHubbub]]></category>

		<guid isPermaLink="false">http://blog.teemu.im/?p=282</guid>
		<description><![CDATA[I&#8217;ve recently got back to coding Erlang and noticed a neat module that I didn&#8217;t know existed that is probably worth writing a blog entry about. I&#8217;ve started developing a PubSubHubbub hub in Erlang called Hubbabubba and I&#8217;m using the great Mochiweb HTTP library as the HTTP server implementation. I discovered the reloader.erl module that [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently got back to coding <a href="http://www.erlang.org">Erlang</a> and noticed a neat module that I didn&#8217;t know existed that is probably worth writing a blog entry about. I&#8217;ve started developing a <a href="http://code.google.com/p/pubsubhubbub/">PubSubHubbub</a> hub in Erlang called <a href="http://github.com/tsharju/hubbabubba">Hubbabubba</a> and I&#8217;m using the great <a href="http://code.google.com/p/mochiweb/">Mochiweb HTTP library</a> as the HTTP server implementation. I discovered the <a href="http://code.google.com/p/mochiweb/source/browse/trunk/src/reloader.erl">reloader.erl module</a> that comes with Mochiweb. It automatically reloads the code when you have the application running and you modify the code (remember to compile as well). This is something that I&#8217;ve found very useful when developing with <a href="http://www.djangoproject.com/">Django</a> or <a href="http://code.google.com/appengine/docs/whatisgoogleappengine.html">AppEngine</a> and I&#8217;m really satisfied that there is a similar solution for Erlang as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.teemu.im/2009/11/03/automatic-code-reloading-in-erlang/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

