<?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: Performance overhead of thread synchronization</title>
	<atom:link href="http://www.heikniemi.net/hardcoded/2009/12/performance-overhead-of-thread-synchronization/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.heikniemi.net/hardcoded/2009/12/performance-overhead-of-thread-synchronization/</link>
	<description>Jouni Heikniemi&#039;s IT adventures</description>
	<lastBuildDate>Fri, 10 Feb 2012 02:59:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Heikniemi Hardcoded &#187; ReaderWriterLockSlim performance</title>
		<link>http://www.heikniemi.net/hardcoded/2009/12/performance-overhead-of-thread-synchronization/comment-page-1/#comment-13624</link>
		<dc:creator>Heikniemi Hardcoded &#187; ReaderWriterLockSlim performance</dc:creator>
		<pubDate>Tue, 29 Dec 2009 12:41:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.heikniemi.net/hardcoded/2009/12/performance-overhead-of-thread-synchronization/#comment-13624</guid>
		<description>[...] while ago I blogged about the performance of various thread synchronization primitives. Due to the insufficient accuracy of my memory cells, I forgot ReaderWriterLockSlim out of the [...]</description>
		<content:encoded><![CDATA[<p>[...] while ago I blogged about the performance of various thread synchronization primitives. Due to the insufficient accuracy of my memory cells, I forgot ReaderWriterLockSlim out of the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jouni Heikniemi</title>
		<link>http://www.heikniemi.net/hardcoded/2009/12/performance-overhead-of-thread-synchronization/comment-page-1/#comment-12658</link>
		<dc:creator>Jouni Heikniemi</dc:creator>
		<pubDate>Thu, 17 Dec 2009 15:18:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.heikniemi.net/hardcoded/2009/12/performance-overhead-of-thread-synchronization/#comment-12658</guid>
		<description>To be honest, that&#039;s because I didn&#039;t think it was in 3.5. I just recently combed through the TPL additions in .NET 4.0, and I mentally grouped all the System.Threading.*Slim classes to the &quot;coming in 4.0&quot; bucket (a lot more slimminess coming in .NET 4.0!). Thus, an unfortunate error on my part. That warrants an update to this post at some point. Thanks!</description>
		<content:encoded><![CDATA[<p>To be honest, that&#039;s because I didn&#039;t think it was in 3.5. I just recently combed through the TPL additions in .NET 4.0, and I mentally grouped all the System.Threading.*Slim classes to the &#034;coming in 4.0&#034; bucket (a lot more slimminess coming in .NET 4.0!). Thus, an unfortunate error on my part. That warrants an update to this post at some point. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LenardG</title>
		<link>http://www.heikniemi.net/hardcoded/2009/12/performance-overhead-of-thread-synchronization/comment-page-1/#comment-12636</link>
		<dc:creator>LenardG</dc:creator>
		<pubDate>Thu, 17 Dec 2009 10:42:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.heikniemi.net/hardcoded/2009/12/performance-overhead-of-thread-synchronization/#comment-12636</guid>
		<description>Why not try ReaderWriterLockSlim, that is present in .NET 3.5? It should be more lightweight and faster than the traditional ReaderWriterLock, having been implemented in managed code (as opposed to ReaderWriterLock).</description>
		<content:encoded><![CDATA[<p>Why not try ReaderWriterLockSlim, that is present in .NET 3.5? It should be more lightweight and faster than the traditional ReaderWriterLock, having been implemented in managed code (as opposed to ReaderWriterLock).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

