<?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>BasePatterns.org &#187; Uncategorized</title>
	<atom:link href="http://basepatterns.org/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://basepatterns.org</link>
	<description>Trends in software design</description>
	<lastBuildDate>Thu, 05 Apr 2012 00:13:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Prevent multiple instances of an application</title>
		<link>http://basepatterns.org/2011/10/prevent-multiple-instances-of-an-application/</link>
		<comments>http://basepatterns.org/2011/10/prevent-multiple-instances-of-an-application/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 03:11:38 +0000</pubDate>
		<dc:creator>fortuna</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[groovy]]></category>
		<category><![CDATA[sockets]]></category>

		<guid isPermaLink="false">http://basepatterns.org/?p=143</guid>
		<description><![CDATA[A simple way to prevent running of multiple instances of your application is to use Socket communication. For example, in Groovy the first thing you would execute is something like this: Following this, another block of code initialises the server socket to indicate an instance is running: Of course the same can be done in [...]]]></description>
		<wfw:commentRss>http://basepatterns.org/2011/10/prevent-multiple-instances-of-an-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ghost in the machine</title>
		<link>http://basepatterns.org/2006/05/ghost-in-the-machine/</link>
		<comments>http://basepatterns.org/2006/05/ghost-in-the-machine/#comments</comments>
		<pubDate>Wed, 24 May 2006 14:46:41 +0000</pubDate>
		<dc:creator>fortuna</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.modularity.net.au/thenextbigthing/?p=8</guid>
		<description><![CDATA[Some now speculate that the first real &#8220;thinking&#8221; machine will be the meta-computer, the Internet. This suggestion bears a particular resemblance to the suggestion made by Douglas Adams in The Hitchiker&#8217;s Guide to the Galaxy, that the Earth is really a supercomputer designed to calculate the question to the answer to the meaning of life, [...]]]></description>
		<wfw:commentRss>http://basepatterns.org/2006/05/ghost-in-the-machine/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

