<?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>Gerbrand on ICT &#187; concurrency</title>
	<atom:link href="http://www.gerbrand-ict.nl/tag/concurrency/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gerbrand-ict.nl</link>
	<description>Weblog on JEE and software-engineering</description>
	<lastBuildDate>Tue, 18 Oct 2011 14:10:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>JFall report</title>
		<link>http://www.gerbrand-ict.nl/2009/11/jfall-report/</link>
		<comments>http://www.gerbrand-ict.nl/2009/11/jfall-report/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 21:43:22 +0000</pubDate>
		<dc:creator>gerbrand</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[concurrency]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jfall]]></category>

		<guid isPermaLink="false">http://www.gerbrand-ict.nl/?p=368</guid>
		<description><![CDATA[Ik heb een verslag geschreven over JFall 2009 voor Whitehorses, het bedrijf waarvoor ik werk. Hier is de officiele introductie Op 11 november 2009 werd JFall 2009, een van de twee congressen die jaarlijks door de NLJug worden georganiseerd, gehouden. Naast de inhoudelijke sessies, is een van de mooiste aspecten van JFall (en JSpring) het [...]]]></description>
			<content:encoded><![CDATA[<p>Ik heb een verslag geschreven over JFall 2009 voor <a href="http://www.whitehorses.nl">Whitehorses</a>, het bedrijf waarvoor ik werk.</p>
<p>Hier is de officiele introductie</p>
<blockquote><p>
Op 11 november 2009 werd JFall 2009, een van de twee congressen die jaarlijks door de NLJug worden georganiseerd, gehouden. Naast de inhoudelijke sessies, is een van de mooiste aspecten van JFall (en JSpring) het ontmoeten van andere Java programmeurs. In dit Whitebook vind je een verslag van dit congres en van een aantal sessies, o.a. over Java SE 7 en de nieuwe Google ontwikkelingen. Lees het volledige artikel »
</p></blockquote>
<p>en hier is de whitebook: <a href="http://www.whitehorses.nl/whitebooks/2009/jfall-2009-een-verslag">JFall 2009, een verslag </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gerbrand-ict.nl/2009/11/jfall-report/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Whitebook on parallel programming</title>
		<link>http://www.gerbrand-ict.nl/2009/11/whitebook-on-parallel-programming/</link>
		<comments>http://www.gerbrand-ict.nl/2009/11/whitebook-on-parallel-programming/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 09:42:47 +0000</pubDate>
		<dc:creator>gerbrand</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[concurrency]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jee]]></category>

		<guid isPermaLink="false">http://www.gerbrand-ict.nl/?p=365</guid>
		<description><![CDATA[Via the newsletter of Whitehorses, the company I work for, an article written by me is published: Gebruik de multi-core omgeving met Java 7 . As the title suggest, the article is in Dutch. The article explains some of the new features of Java 7 for creating software that runs in parallel on multiple cores.]]></description>
			<content:encoded><![CDATA[<p>Via the newsletter of <a href="http://www.whitehorses.nl">Whitehorses</a>, the company I work for, an article written by me is published: <a href="http://www.whitehorses.nl/whitebooks/2009/gebruik-de-multi-core-omgeving-met-java-7">Gebruik de multi-core omgeving met Java 7 </a>. As the title suggest, the article is in Dutch. The article explains some of the new features of Java 7 for creating software that runs in parallel on multiple cores.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gerbrand-ict.nl/2009/11/whitebook-on-parallel-programming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Volatile keyword</title>
		<link>http://www.gerbrand-ict.nl/2009/04/volatile-keyword/</link>
		<comments>http://www.gerbrand-ict.nl/2009/04/volatile-keyword/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 21:29:38 +0000</pubDate>
		<dc:creator>gerbrand</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[concurrency]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[volatile]]></category>

		<guid isPermaLink="false">http://www.gerbrand-ict.nl/?p=191</guid>
		<description><![CDATA[What does the volatile keyword in Java do? For years I thought the keyword was quite obsolete, synchronization of values between the memory multiple processors seemed quite exotic. Since even modern-day processors have multiple cores, the keyword has become more relevant. A few months ago I saw a good presentation by Peter Veentjer on NLJug, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-268" title="warningsign" src="http://www.gerbrand-ict.nl/wp-content/uploads/2009/04/warningsign.jpg" alt="warningsign" width="138" height="136" /></p>
<p>What does the volatile keyword in Java do? For years I thought the keyword was quite obsolete, synchronization of values between the memory multiple processors seemed quite exotic. Since even modern-day processors have multiple cores, the keyword has become more relevant. A few months ago I saw a good presentation by <a href="http://pveentjer.wordpress.com">Peter Veentjer</a> on NLJug, that you can see online <a href="http://www.xebia.com/sites/default/files/J-Spring%202009%20-%20Peter%20Veentjer.pdf">here</a>. I can recommend the presentation.<br />
Peter Veentjer also hinted about the Java Transaction Memory model. He was going to <a href="http://pveentjer.wordpress.com/2009/03/08/going-to-speak-on-nljug-j-spring-2009/">present </a>on this subject on JSpring. Unfortunately I couldn&#8217;t attend the presentation myself, but I guess the presentation will be online soon as well.</p>
<p>While searching for more information (that I could copy&amp;paste) on the volatile keyword, I found the following excellent serie of articles on site called <a href="http://www.javamex.com/">JavaMex</a>: <a href="http://www.javamex.com/tutorials/synchronization_volatile.shtml">The volatile keyword in Java</a>. I hadn&#8217;t heard of the site before, from what I have read so far, the site has some excellent content. Amazingly what fine information you can find online for free!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gerbrand-ict.nl/2009/04/volatile-keyword/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

