<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	
	>
<channel>
	<title>
	Comments on: Two keys to effective multithreaded programs	</title>
	<atom:link href="https://www.robg3d.com/2011/04/two-keys-to-effective-multithreaded-programs/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.robg3d.com/2011/04/two-keys-to-effective-multithreaded-programs/</link>
	<description>Blog of Rob Galanakis (@robgalanakis)</description>
	<lastBuildDate>Mon, 11 Jul 2011 03:46:30 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.4.2</generator>
	<item>
		<title>
		By: Rob Galanakis		</title>
		<link>https://www.robg3d.com/2011/04/two-keys-to-effective-multithreaded-programs/#comment-3876</link>

		<dc:creator><![CDATA[Rob Galanakis]]></dc:creator>
		<pubDate>Wed, 11 May 2011 04:00:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.robg3d.com/?p=344#comment-3876</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.robg3d.com/2011/04/two-keys-to-effective-multithreaded-programs/#comment-3765&quot;&gt;Patrick Smacchia&lt;/a&gt;.

Yup, immutable states lead to more lock free code.  And thread affinity is certainly an important concept for getting the most out of your threads (I&#039;m not sure this advanced topic is worth it for most people to learn, since it is more complex, and most people don&#039;t do more simple multithreaded programming well).

Great link btw.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.robg3d.com/2011/04/two-keys-to-effective-multithreaded-programs/#comment-3765">Patrick Smacchia</a>.</p>
<p>Yup, immutable states lead to more lock free code.  And thread affinity is certainly an important concept for getting the most out of your threads (I&#8217;m not sure this advanced topic is worth it for most people to learn, since it is more complex, and most people don&#8217;t do more simple multithreaded programming well).</p>
<p>Great link btw.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Patrick Smacchia		</title>
		<link>https://www.robg3d.com/2011/04/two-keys-to-effective-multithreaded-programs/#comment-3765</link>

		<dc:creator><![CDATA[Patrick Smacchia]]></dc:creator>
		<pubDate>Mon, 02 May 2011 11:42:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.robg3d.com/?p=344#comment-3765</guid>

					<description><![CDATA[Two other keys to effective multithreaded programs could be: 
- Immutable states 
- Thread-resources affinity
http://codebetter.com/patricksmacchia/2008/05/05/manage-states-in-a-multi-threaded-environment-without-the-synchronization-pain/]]></description>
			<content:encoded><![CDATA[<p>Two other keys to effective multithreaded programs could be:<br />
&#8211; Immutable states<br />
&#8211; Thread-resources affinity<br />
<a href="http://codebetter.com/patricksmacchia/2008/05/05/manage-states-in-a-multi-threaded-environment-without-the-synchronization-pain/" rel="nofollow ugc">http://codebetter.com/patricksmacchia/2008/05/05/manage-states-in-a-multi-threaded-environment-without-the-synchronization-pain/</a></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
