<?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: Getting started with Mnesia</title>
	<atom:link href="http://ciarang.com/posts/getting-started-with-mnesia/feed" rel="self" type="application/rss+xml" />
	<link>http://ciarang.com/posts/getting-started-with-mnesia</link>
	<description>Random things I&#039;ve written about stuff</description>
	<lastBuildDate>Mon, 02 Apr 2012 09:48:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Tim</title>
		<link>http://ciarang.com/posts/getting-started-with-mnesia/comment-page-1#comment-44704</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Wed, 28 Sep 2011 22:15:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ciarang.com/index.php/archives/139#comment-44704</guid>
		<description>Thank you! I was finally able to get Mnesia working the way I wanted in my Erlang application thanks to this tutorial.  Mnesia is the weakest spot of Erlang&#039;s otherwise excellent documentation. (although as a reference the official Mnesia documentation is good, it just lacks meaningful examples, which your tutorial addresses)

Regards,
Tim</description>
		<content:encoded><![CDATA[<p>Thank you! I was finally able to get Mnesia working the way I wanted in my Erlang application thanks to this tutorial.  Mnesia is the weakest spot of Erlang&#8217;s otherwise excellent documentation. (although as a reference the official Mnesia documentation is good, it just lacks meaningful examples, which your tutorial addresses)</p>
<p>Regards,<br />
Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CiaranG</title>
		<link>http://ciarang.com/posts/getting-started-with-mnesia/comment-page-1#comment-1167</link>
		<dc:creator>CiaranG</dc:creator>
		<pubDate>Sun, 17 Aug 2008 11:57:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ciarang.com/index.php/archives/139#comment-1167</guid>
		<description>@gp:

1. Lots
2. You can choose to set it up either way
3. Yes</description>
		<content:encoded><![CDATA[<p>@gp:</p>
<p>1. Lots<br />
2. You can choose to set it up either way<br />
3. Yes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gp</title>
		<link>http://ciarang.com/posts/getting-started-with-mnesia/comment-page-1#comment-1165</link>
		<dc:creator>gp</dc:creator>
		<pubDate>Sat, 16 Aug 2008 22:29:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ciarang.com/index.php/archives/139#comment-1165</guid>
		<description>So how many records can Mnesia hold?

Is it stored on the hard drive or in memory?

If you cluster Erlang nodes together, can they shared database space?</description>
		<content:encoded><![CDATA[<p>So how many records can Mnesia hold?</p>
<p>Is it stored on the hard drive or in memory?</p>
<p>If you cluster Erlang nodes together, can they shared database space?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CiaranG</title>
		<link>http://ciarang.com/posts/getting-started-with-mnesia/comment-page-1#comment-280</link>
		<dc:creator>CiaranG</dc:creator>
		<pubDate>Wed, 14 Nov 2007 17:10:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ciarang.com/index.php/archives/139#comment-280</guid>
		<description>Falko, thanks for that. The first fun() was correct and the second two wrong (now corrected) unless I missed something. I think in future I&#039;d better just paste in from my working code instead of typing it up from memory!</description>
		<content:encoded><![CDATA[<p>Falko, thanks for that. The first fun() was correct and the second two wrong (now corrected) unless I missed something. I think in future I&#8217;d better just paste in from my working code instead of typing it up from memory!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Falko</title>
		<link>http://ciarang.com/posts/getting-started-with-mnesia/comment-page-1#comment-275</link>
		<dc:creator>Falko</dc:creator>
		<pubDate>Sun, 11 Nov 2007 13:25:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ciarang.com/index.php/archives/139#comment-275</guid>
		<description>Hi.

Many thanks for the text. It s a nice intro.

Two hints:

1. The &quot;Fun fun() ...&quot; (3 times) has to read &quot;Fun = fun() ...&quot;.

2. The query list comprehension thing needs an include. Something like
-include(&quot;qlc.hrl&quot;).

I had actually to provide the compülete path. At Windows something like
-include(&quot;C:\\Program Files\\erl5.5.5\\lib\\stdlib-1.14.5\\include\\qlc.hrl&quot;).

regards, f.</description>
		<content:encoded><![CDATA[<p>Hi.</p>
<p>Many thanks for the text. It s a nice intro.</p>
<p>Two hints:</p>
<p>1. The &#8220;Fun fun() &#8230;&#8221; (3 times) has to read &#8220;Fun = fun() &#8230;&#8221;.</p>
<p>2. The query list comprehension thing needs an include. Something like<br />
-include(&#8220;qlc.hrl&#8221;).</p>
<p>I had actually to provide the compülete path. At Windows something like<br />
-include(&#8220;C:\\Program Files\\erl5.5.5\\lib\\stdlib-1.14.5\\include\\qlc.hrl&#8221;).</p>
<p>regards, f.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CiaranG</title>
		<link>http://ciarang.com/posts/getting-started-with-mnesia/comment-page-1#comment-227</link>
		<dc:creator>CiaranG</dc:creator>
		<pubDate>Mon, 22 Oct 2007 23:28:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ciarang.com/index.php/archives/139#comment-227</guid>
		<description>Cadar, thanks for that - fixed it.</description>
		<content:encoded><![CDATA[<p>Cadar, thanks for that &#8211; fixed it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cadar</title>
		<link>http://ciarang.com/posts/getting-started-with-mnesia/comment-page-1#comment-226</link>
		<dc:creator>Cadar</dc:creator>
		<pubDate>Mon, 22 Oct 2007 22:20:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ciarang.com/index.php/archives/139#comment-226</guid>
		<description>It&#039;s a small error, this line

  io:format(&quot;~p~n&quot;,Row#animal.noise).

should be

  io:format(&quot;~p~n&quot;,[Row#animal.noise]).</description>
		<content:encoded><![CDATA[<p>It&#8217;s a small error, this line</p>
<p>  io:format(&#8220;~p~n&#8221;,Row#animal.noise).</p>
<p>should be</p>
<p>  io:format(&#8220;~p~n&#8221;,[Row#animal.noise]).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mr eel</title>
		<link>http://ciarang.com/posts/getting-started-with-mnesia/comment-page-1#comment-124</link>
		<dc:creator>Mr eel</dc:creator>
		<pubDate>Sat, 22 Sep 2007 23:56:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ciarang.com/index.php/archives/139#comment-124</guid>
		<description>Thanks very much for writing this! It&#039;s just the kick-off I needed to get started with Mnesia. 

I&#039;m very impressed with it so far, but I&#039;m really just fumbling about at the moment as I&#039;m still trying to get a grasp of Erlang. Still, it&#039;s all really interesting.</description>
		<content:encoded><![CDATA[<p>Thanks very much for writing this! It&#8217;s just the kick-off I needed to get started with Mnesia. </p>
<p>I&#8217;m very impressed with it so far, but I&#8217;m really just fumbling about at the moment as I&#8217;m still trying to get a grasp of Erlang. Still, it&#8217;s all really interesting.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

