<?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: An Introduction to Releases with Erlybank</title>
	<atom:link href="http://spawnlink.com/articles/an-introduction-to-releases-with-erlybank/feed/" rel="self" type="application/rss+xml" />
	<link>http://spawnlink.com/articles/an-introduction-to-releases-with-erlybank/</link>
	<description>Linking You to Erlang</description>
	<pubDate>Tue, 06 Jan 2009 08:53:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: David Weldon</title>
		<link>http://spawnlink.com/articles/an-introduction-to-releases-with-erlybank/#comment-180</link>
		<dc:creator>David Weldon</dc:creator>
		<pubDate>Sat, 04 Oct 2008 21:28:04 +0000</pubDate>
		<guid isPermaLink="false">http://spawnlink.com/?p=132#comment-180</guid>
		<description>Let's say I have a static resource file I needed to read in whenever I start my server - for example a list of US city names. I'm unclear about how paths get resolved so I'm not sure where I should put my file. During development I put it in something like $DEV_DIR/cities/citynames. When I do a release, do I put it in src? If so, when I run file:open("cities/citynames", [read]) will it know where to look?</description>
		<content:encoded><![CDATA[<p>Let&#8217;s say I have a static resource file I needed to read in whenever I start my server - for example a list of US city names. I&#8217;m unclear about how paths get resolved so I&#8217;m not sure where I should put my file. During development I put it in something like $DEV_DIR/cities/citynames. When I do a release, do I put it in src? If so, when I run file:open(&#8221;cities/citynames&#8221;, [read]) will it know where to look?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mitchell</title>
		<link>http://spawnlink.com/articles/an-introduction-to-releases-with-erlybank/#comment-179</link>
		<dc:creator>Mitchell</dc:creator>
		<pubDate>Sat, 04 Oct 2008 16:39:25 +0000</pubDate>
		<guid isPermaLink="false">http://spawnlink.com/?p=132#comment-179</guid>
		<description>Stephan,

Yes this is an application. To start it from an Erlang shell you can simply write:

&lt;div class="code"&gt;&lt;pre&gt;application:start(sasl).&lt;/pre&gt;&lt;/div&gt;
&#160;

SASL is the "System Architecture Support Layer" or something like that (I could be wrong on that second S). It gives applications logging support, alarm handlers, release handling, etc. It is usually started with every OTP application.

Mitchell</description>
		<content:encoded><![CDATA[<p>Stephan,</p>
<p>Yes this is an application. To start it from an Erlang shell you can simply write:</p>
<div class="code">
<pre>application:start(sasl).</pre>
</div>
<p>&nbsp;</p>
<p>SASL is the &#8220;System Architecture Support Layer&#8221; or something like that (I could be wrong on that second S). It gives applications logging support, alarm handlers, release handling, etc. It is usually started with every OTP application.</p>
<p>Mitchell</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephan</title>
		<link>http://spawnlink.com/articles/an-introduction-to-releases-with-erlybank/#comment-177</link>
		<dc:creator>Stephan</dc:creator>
		<pubDate>Fri, 03 Oct 2008 13:38:11 +0000</pubDate>
		<guid isPermaLink="false">http://spawnlink.com/?p=132#comment-177</guid>
		<description>Hi, 

thanks for this article series, it really brings light to my darkness ;)

But I have a question: At the end you say to start SASL. Is this an application? Can you give an example?

Regards,
 Stephan</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>thanks for this article series, it really brings light to my darkness <img src='http://spawnlink.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>But I have a question: At the end you say to start SASL. Is this an application? Can you give an example?</p>
<p>Regards,<br />
 Stephan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2008-09-25 &#171; Bloggitation</title>
		<link>http://spawnlink.com/articles/an-introduction-to-releases-with-erlybank/#comment-112</link>
		<dc:creator>links for 2008-09-25 &#171; Bloggitation</dc:creator>
		<pubDate>Thu, 25 Sep 2008 21:23:55 +0000</pubDate>
		<guid isPermaLink="false">http://spawnlink.com/?p=132#comment-112</guid>
		<description>[...] An Introduction to Releases with Erlybank (tags: erlang programming spawnlink) [...]</description>
		<content:encoded><![CDATA[<p>[...] An Introduction to Releases with Erlybank (tags: erlang programming spawnlink) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mitchell</title>
		<link>http://spawnlink.com/articles/an-introduction-to-releases-with-erlybank/#comment-107</link>
		<dc:creator>Mitchell</dc:creator>
		<pubDate>Sat, 20 Sep 2008 05:22:03 +0000</pubDate>
		<guid isPermaLink="false">http://spawnlink.com/?p=132#comment-107</guid>
		<description>Zamous,

I saw this blog post already (I'm a troll, really :( haha) and its great, but unfortunately I use emacs almost exclusively now :) But thanks, its a great contribution to the textmate community.</description>
		<content:encoded><![CDATA[<p>Zamous,</p>
<p>I saw this blog post already (I&#8217;m a troll, really <img src='http://spawnlink.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> haha) and its great, but unfortunately I use emacs almost exclusively now <img src='http://spawnlink.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> But thanks, its a great contribution to the textmate community.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zamous</title>
		<link>http://spawnlink.com/articles/an-introduction-to-releases-with-erlybank/#comment-106</link>
		<dc:creator>Zamous</dc:creator>
		<pubDate>Sat, 20 Sep 2008 05:18:15 +0000</pubDate>
		<guid isPermaLink="false">http://spawnlink.com/?p=132#comment-106</guid>
		<description>I know your company does a lot of Ruby on Rails, so assuming you use Textmate?  I have a really simple command to compile Erlang in erl shell from Textmate if interested:

http://www.citizencult.org/2008/09/18/compiling-erlang-within-textmate/</description>
		<content:encoded><![CDATA[<p>I know your company does a lot of Ruby on Rails, so assuming you use Textmate?  I have a really simple command to compile Erlang in erl shell from Textmate if interested:</p>
<p><a href="http://www.citizencult.org/2008/09/18/compiling-erlang-within-textmate/" rel="nofollow">http://www.citizencult.org/2008/09/18/compiling-erlang-within-textmate/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitriy Kopylenko</title>
		<link>http://spawnlink.com/articles/an-introduction-to-releases-with-erlybank/#comment-100</link>
		<dc:creator>Dmitriy Kopylenko</dc:creator>
		<pubDate>Thu, 18 Sep 2008 19:35:23 +0000</pubDate>
		<guid isPermaLink="false">http://spawnlink.com/?p=132#comment-100</guid>
		<description>Mitchell. Very inforamtive series of articles you have going here. Thanks for that.

I would really love to see some pointers, examples in the future installments, on how to integrate Java (using JInterface) with Erlybank e.g. write Java client.

Thanks.</description>
		<content:encoded><![CDATA[<p>Mitchell. Very inforamtive series of articles you have going here. Thanks for that.</p>
<p>I would really love to see some pointers, examples in the future installments, on how to integrate Java (using JInterface) with Erlybank e.g. write Java client.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dew Drop &#8211; September 18, 2008 &#124; Alvin Ashcraft's Morning Dew</title>
		<link>http://spawnlink.com/articles/an-introduction-to-releases-with-erlybank/#comment-99</link>
		<dc:creator>Dew Drop &#8211; September 18, 2008 &#124; Alvin Ashcraft's Morning Dew</dc:creator>
		<pubDate>Thu, 18 Sep 2008 15:50:18 +0000</pubDate>
		<guid isPermaLink="false">http://spawnlink.com/?p=132#comment-99</guid>
		<description>[...] An Introduction to Releases with ErlyBank (Mitchell Hashimoto) [...]</description>
		<content:encoded><![CDATA[<p>[...] An Introduction to Releases with ErlyBank (Mitchell Hashimoto) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mitchell</title>
		<link>http://spawnlink.com/articles/an-introduction-to-releases-with-erlybank/#comment-98</link>
		<dc:creator>Mitchell</dc:creator>
		<pubDate>Thu, 18 Sep 2008 03:31:15 +0000</pubDate>
		<guid isPermaLink="false">http://spawnlink.com/?p=132#comment-98</guid>
		<description>Harish,

Sorry for that, I had a bad symbolic link on a folder! It was pointing to a non-existent location. I fixed it now :)</description>
		<content:encoded><![CDATA[<p>Harish,</p>
<p>Sorry for that, I had a bad symbolic link on a folder! It was pointing to a non-existent location. I fixed it now <img src='http://spawnlink.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harish Mallipeddi</title>
		<link>http://spawnlink.com/articles/an-introduction-to-releases-with-erlybank/#comment-97</link>
		<dc:creator>Harish Mallipeddi</dc:creator>
		<pubDate>Thu, 18 Sep 2008 03:02:18 +0000</pubDate>
		<guid isPermaLink="false">http://spawnlink.com/?p=132#comment-97</guid>
		<description>The link to the zip file at the end of the post leads to a 404 :(</description>
		<content:encoded><![CDATA[<p>The link to the zip file at the end of the post leads to a 404 <img src='http://spawnlink.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
