<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - The C++ Concurrency Runtime - Asynchronous Agents Library</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Blogs/philpenn/The-C-Concurrency-Runtime-Asynchronous-Agents-Library/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/previewImages/100/479575_100x75.jpg</url>
		<title>Channel 9 - The C++ Concurrency Runtime - Asynchronous Agents Library</title>
		<link></link>
	</image>
	<description>The 
Asynchronous Agents Library (or just Agents Library) provides a programming model that enables you to increase the robustness of concurrency-enabled application development. The Agents Library is a C&amp;#43;&amp;#43; template library that promotes an actor-based programming
 model and in-process message passing for fine-grained dataflow and pipelining tasks. The Agents Library builds upon the scheduling and resource management components of the Concurrency Runtime.

The agent class itself is intended for course grained parallelism/components that handle larger computationally intensive tasks or collections of smaller tasks. Fundamentally, agents are tasks that have an observable lifecycle and communicate with other agents
 by using message passing.&amp;nbsp; Agents are NOT intended to be used for fine-grained parallelism; for that, the patterns and constructs in the Parallel Patterns Library are better suited.

You&#39;ll want to subscribe to the 
Native Concurrency blog, find more resource and download&amp;nbsp;example code from 
Code Gallery.&amp;nbsp; 

</description>
	<link></link>
	<language>en</language>
	<pubDate>Sat, 25 May 2013 11:08:52 GMT</pubDate>
	<lastBuildDate>Sat, 25 May 2013 11:08:52 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: The C++ Concurrency Runtime - Asynchronous Agents Library</title>
		<description>
			<![CDATA[
<p>very interesting post. Thanks a lot for sharing it. <a href="http://www.guideentry.com">
Benjamin</a></p>
<p>posted by bcbenjamin73</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/philpenn/The-C-Concurrency-Runtime-Asynchronous-Agents-Library#c633988998350000000</link>
		<pubDate>Tue, 12 Jan 2010 13:30:35 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/philpenn/The-C-Concurrency-Runtime-Asynchronous-Agents-Library#c633988998350000000</guid>
		<dc:creator>bcbenjamin73</dc:creator>
	</item>
</channel>
</rss>