<?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>EwanSilver.com &#187; Stuff just breaks</title>
	<atom:link href="http://ewansilver.com/blog/category/stuff-just-breaks/feed/" rel="self" type="application/rss+xml" />
	<link>http://ewansilver.com/blog</link>
	<description>Ewan Silver</description>
	<lastBuildDate>Sat, 16 Aug 2008 22:09:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>So you want to be enlightened?</title>
		<link>http://ewansilver.com/blog/2008/08/16/so-you-want-to-be-enlightened/</link>
		<comments>http://ewansilver.com/blog/2008/08/16/so-you-want-to-be-enlightened/#comments</comments>
		<pubDate>Sat, 16 Aug 2008 22:07:32 +0000</pubDate>
		<dc:creator>Ewan</dc:creator>
				<category><![CDATA[Distributed Computing]]></category>
		<category><![CDATA[Notes to self]]></category>
		<category><![CDATA[Stuff just breaks]]></category>

		<guid isPermaLink="false">http://ewansilver.com/blog/2008/08/16/so-you-want-to-be-enlightened/</guid>
		<description><![CDATA[Availability Enlightenment

&#8220;And nobody expressed any concern that this might not be right?&#8220;
&#8220;Bill, you are building a system, not a collection of parts.&#8220;

]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.addsimplicity.com/adding_simplicity_an_engi/2008/08/availability-en.html">Availability Enlightenment</a></p>
<ul>
<li>&#8220;<em>And nobody expressed any concern that this might not be right?</em>&#8220;</li>
<li>&#8220;<em>Bill, you are building a system, not a collection of parts.</em>&#8220;</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ewansilver.com/blog/2008/08/16/so-you-want-to-be-enlightened/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reliability</title>
		<link>http://ewansilver.com/blog/2008/05/02/reliability/</link>
		<comments>http://ewansilver.com/blog/2008/05/02/reliability/#comments</comments>
		<pubDate>Fri, 02 May 2008 10:05:03 +0000</pubDate>
		<dc:creator>Ewan</dc:creator>
				<category><![CDATA[Distributed Computing]]></category>
		<category><![CDATA[Notes to self]]></category>
		<category><![CDATA[Stuff just breaks]]></category>

		<guid isPermaLink="false">http://ewansilver.com/blog/2008/05/02/reliability/</guid>
		<description><![CDATA[Steve Vinoski talking about reliability (in particular my favourite: Erlang)
To achieve reliability, you have to accept the fact that failure will occur, Once you accept that, then other things fall into place: you need to be able to restart things quickly, and to do that, processes need to be cheap. If something fails, you don’t [...]]]></description>
			<content:encoded><![CDATA[<p>Steve Vinoski <a href="http://steve.vinoski.net/blog/2008/05/01/erlang-its-about-reliability/">talking</a> about reliability (in particular my favourite: Erlang)</p>
<blockquote><p>To achieve reliability, you have to accept the fact that failure will occur, Once you accept that, then other things fall into place: you need to be able to restart things quickly, and to do that, processes need to be cheap. If something fails, you don’t want it taking everything else with it, so you need to at least minimize, if not eliminate, sharing, which leads you to message passing. You also need monitoring capabilities that can detect failed processes and restart them</p></blockquote>
<p>Amen to that!</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/reliability" rel="tag">reliability</a>, <a href="http://technorati.com/tag/Erlang" rel="tag">Erlang</a></p>]]></content:encoded>
			<wfw:commentRss>http://ewansilver.com/blog/2008/05/02/reliability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
