<?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: erlsmug &#8212; an Erlang client for the SmugMug API</title>
	<atom:link href="http://bzimmer.ziclix.com/2008/04/30/erlsmug-an-erlang-client-for-the-smugmug-api/feed/" rel="self" type="application/rss+xml" />
	<link>http://bzimmer.ziclix.com/2008/04/30/erlsmug-an-erlang-client-for-the-smugmug-api/</link>
	<description>Whatever's top of mind.</description>
	<pubDate>Fri, 30 Jul 2010 04:51:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: bzimmer</title>
		<link>http://bzimmer.ziclix.com/2008/04/30/erlsmug-an-erlang-client-for-the-smugmug-api/comment-page-1/#comment-7</link>
		<dc:creator>bzimmer</dc:creator>
		<pubDate>Thu, 01 May 2008 19:33:02 +0000</pubDate>
		<guid isPermaLink="false">http://bzimmer.wordpress.com/?p=22#comment-7</guid>
		<description>@Martin,

In the gen_server init/1 I create a session with SmugMug and store the session id as the State variable.</description>
		<content:encoded><![CDATA[<p>@Martin,</p>
<p>In the gen_server init/1 I create a session with SmugMug and store the session id as the State variable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://bzimmer.ziclix.com/2008/04/30/erlsmug-an-erlang-client-for-the-smugmug-api/comment-page-1/#comment-6</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Wed, 30 Apr 2008 18:53:49 +0000</pubDate>
		<guid isPermaLink="false">http://bzimmer.wordpress.com/?p=22#comment-6</guid>
		<description>Ahh, yes, we should jump on the phone and go through this.  With a little work we can make the dev experience here much more pleasant.

You should not have to copy OTP apps. Sinan can manage those deps for you.  Even if you use make you should still not have to copy apps they can be just "plugged in" via a release structure.

From the sounds of it you are not using OTP releases.  Using them will solve your app start problem.  If you look in the .app file you may or may not see a 'mod' tuple.  It is that tuple that tells the application framework how to start your app if applicable.

In terms of the questions surrounding State, I need to know what sort of process you are keeping state in, is it a gen_server?

We can talk later.  I am glad to help, the app sounds pretty nifty and useful.  Smugmug is a nice site and Erlang folks should get to use it too :)</description>
		<content:encoded><![CDATA[<p>Ahh, yes, we should jump on the phone and go through this.  With a little work we can make the dev experience here much more pleasant.</p>
<p>You should not have to copy OTP apps. Sinan can manage those deps for you.  Even if you use make you should still not have to copy apps they can be just &#8220;plugged in&#8221; via a release structure.</p>
<p>From the sounds of it you are not using OTP releases.  Using them will solve your app start problem.  If you look in the .app file you may or may not see a &#8216;mod&#8217; tuple.  It is that tuple that tells the application framework how to start your app if applicable.</p>
<p>In terms of the questions surrounding State, I need to know what sort of process you are keeping state in, is it a gen_server?</p>
<p>We can talk later.  I am glad to help, the app sounds pretty nifty and useful.  Smugmug is a nice site and Erlang folks should get to use it too :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
