<?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: Parallelism in .NET &#8211; Part 12, More on Task Decomposition</title>
	<atom:link href="http://reedcopsey.com/2010/03/05/parallelism-in-net-part-12-more-on-task-decomposition/feed/" rel="self" type="application/rss+xml" />
	<link>http://reedcopsey.com/2010/03/05/parallelism-in-net-part-12-more-on-task-decomposition/</link>
	<description>Thoughts on C#, WPF, .NET, and programming for Scientific Visualization</description>
	<lastBuildDate>Wed, 01 Feb 2012 16:38:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Parallelism in .NET &#8211; Part 15, Making Tasks Run: The TaskScheduler : Reed Copsey, Jr.</title>
		<link>http://reedcopsey.com/2010/03/05/parallelism-in-net-part-12-more-on-task-decomposition/#comment-933</link>
		<dc:creator>Parallelism in .NET &#8211; Part 15, Making Tasks Run: The TaskScheduler : Reed Copsey, Jr.</dc:creator>
		<pubDate>Fri, 19 Mar 2010 01:20:09 +0000</pubDate>
		<guid isPermaLink="false">http://reedcopsey.com/2010/03/05/parallelism-in-net-part-12-more-on-task-decomposition/#comment-933</guid>
		<description>[...] In my introduction to the Task class, I specifically made mention that the Task class does not directly provide it’s own execution.&#160; In addition, I made a strong point that the Task class itself is not directly related to threads or multithreading.&#160; Rather, the Task class is used to implement our decomposition of tasks.&#160; [...]</description>
		<content:encoded><![CDATA[<p>[...] In my introduction to the Task class, I specifically made mention that the Task class does not directly provide it’s own execution.&#160; In addition, I made a strong point that the Task class itself is not directly related to threads or multithreading.&#160; Rather, the Task class is used to implement our decomposition of tasks.&#160; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Parallelism in .NET &#8211; Part 14, The Different Types of Tasks : Reed Copsey, Jr.</title>
		<link>http://reedcopsey.com/2010/03/05/parallelism-in-net-part-12-more-on-task-decomposition/#comment-922</link>
		<dc:creator>Parallelism in .NET &#8211; Part 14, The Different Types of Tasks : Reed Copsey, Jr.</dc:creator>
		<pubDate>Thu, 18 Mar 2010 00:57:35 +0000</pubDate>
		<guid isPermaLink="false">http://reedcopsey.com/2010/03/05/parallelism-in-net-part-12-more-on-task-decomposition/#comment-922</guid>
		<description>[...] often used with an Action delegate.&#160; This allows you to implement for each task within the task decomposition as a single [...]</description>
		<content:encoded><![CDATA[<p>[...] often used with an Action delegate.&#160; This allows you to implement for each task within the task decomposition as a single [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Parallelism in .NET &#8211; Part 13, Introducing the Task class : Reed Copsey, Jr.</title>
		<link>http://reedcopsey.com/2010/03/05/parallelism-in-net-part-12-more-on-task-decomposition/#comment-909</link>
		<dc:creator>Parallelism in .NET &#8211; Part 13, Introducing the Task class : Reed Copsey, Jr.</dc:creator>
		<pubDate>Mon, 15 Mar 2010 20:47:41 +0000</pubDate>
		<guid isPermaLink="false">http://reedcopsey.com/2010/03/05/parallelism-in-net-part-12-more-on-task-decomposition/#comment-909</guid>
		<description>[...] we’ve used a task-based decomposition to decompose a problem, we need a clean abstraction usable to implement the resulting [...]</description>
		<content:encoded><![CDATA[<p>[...] we’ve used a task-based decomposition to decompose a problem, we need a clean abstraction usable to implement the resulting [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
 
