<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Welcome to the Parallel Extensions team blog!</title><link>http://blogs.msdn.com/b/pfxteam/archive/2007/11/29/6558413.aspx</link><description>Software is headed for a fundamental change. Over the last 30 years, developers have relied on exponential growth in computing power in order to dream big. Your cool new application is too slow today? No problem, just wait two years and everyone will</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>Software is sucks? Probably it really is!</title><link>http://blogs.msdn.com/b/pfxteam/archive/2007/11/29/6558413.aspx#9263068</link><pubDate>Thu, 01 Jan 2009 22:03:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9263068</guid><dc:creator>Just Code - Tamir Khason</dc:creator><description>&lt;p&gt;[This blog was migrated. You will not be able to comment here. The new URL of this post is &lt;a rel="nofollow" target="_new" href="http://khason"&gt;http://khason&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9263068" width="1" height="1"&gt;</description></item><item><title>Software is sucks? Probably it really is! | Tamir Khason - Just code</title><link>http://blogs.msdn.com/b/pfxteam/archive/2007/11/29/6558413.aspx#9259438</link><pubDate>Thu, 01 Jan 2009 12:11:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9259438</guid><dc:creator>Software is sucks? Probably it really is! | Tamir Khason - Just code</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://khason.net/blog/software-is-sucks-probably-it-really-is/"&gt;http://khason.net/blog/software-is-sucks-probably-it-really-is/&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9259438" width="1" height="1"&gt;</description></item><item><title>MSDN Blog Postings  &amp;raquo; Active Objects and Futures</title><link>http://blogs.msdn.com/b/pfxteam/archive/2007/11/29/6558413.aspx#7299969</link><pubDate>Tue, 29 Jan 2008 09:42:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7299969</guid><dc:creator>MSDN Blog Postings  » Active Objects and Futures</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://msdnrss.thecoderblogs.com/2008/01/29/active-objects-and-futures/"&gt;http://msdnrss.thecoderblogs.com/2008/01/29/active-objects-and-futures/&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=7299969" width="1" height="1"&gt;</description></item><item><title>Active Objects and Futures</title><link>http://blogs.msdn.com/b/pfxteam/archive/2007/11/29/6558413.aspx#7299485</link><pubDate>Tue, 29 Jan 2008 09:02:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7299485</guid><dc:creator>Noticias externas</dc:creator><description>&lt;p&gt;Herb Sutter gave one of my favorite and inspiring presentations.&amp;amp;#160; It is called &amp;amp;quot;The Free Lunch&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=7299485" width="1" height="1"&gt;</description></item><item><title>Active Objects and Futures</title><link>http://blogs.msdn.com/b/pfxteam/archive/2007/11/29/6558413.aspx#7298432</link><pubDate>Tue, 29 Jan 2008 07:57:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7298432</guid><dc:creator>jaredpar's WebLog</dc:creator><description>&lt;p&gt;Herb Sutter gave one of my favorite and inspiring presentations.&amp;amp;#160; It is called &amp;amp;quot;The Free Lunch&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=7298432" width="1" height="1"&gt;</description></item><item><title>re: Welcome to the Parallel Extensions team blog!</title><link>http://blogs.msdn.com/b/pfxteam/archive/2007/11/29/6558413.aspx#6832603</link><pubDate>Sat, 22 Dec 2007 07:07:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6832603</guid><dc:creator>Brian Brewder</dc:creator><description>&lt;p&gt;I just watched a couple of the ch9 screencasts and the PFX looks great. This will really make working with threads easier.&lt;/p&gt;
&lt;p&gt;It would be very handy if you added a ParallelQueue class (name it whatever you want :)). The ParallelQueue class would be a thread-safe queue that you could add things to and whatever gets added would be processed when a thread from the pool was available. &lt;/p&gt;
&lt;p&gt;The way I imagine it, this class would be initialized with a delegate to do the processing and would have a Start, Stop, and maybe a Pause method (if Stop did something in addition to what a pause would do, such as raising a particular event).&lt;/p&gt;
&lt;p&gt;Another idea is to add new keywords to the next version of the languages. It would be cool to have a keyword that would automatically make a loop multi-threaded. It might not solve the more complex scenarios, but it would solve the most common scenarios and the complex scenarios would still be possible through the libraries.&lt;/p&gt;
&lt;p&gt;Example:&lt;/p&gt;
&lt;p&gt;For Each o As MyObject In myListOfObject Parallel&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;' Does stuff&lt;/p&gt;
&lt;p&gt;Next&lt;/p&gt;
&lt;p&gt;What do you think? I haven't had a chance to play with this library yet so some of this stuff might already be there or in the plans.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=6832603" width="1" height="1"&gt;</description></item><item><title>Software is sucks? Probably it really is!</title><link>http://blogs.msdn.com/b/pfxteam/archive/2007/11/29/6558413.aspx#6646686</link><pubDate>Mon, 03 Dec 2007 20:57:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6646686</guid><dc:creator>Just code - Tamir Khason</dc:creator><description>&lt;p&gt;Remember new features, that make your code unreadable ? A couple of days ago, CLR team released first&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=6646686" width="1" height="1"&gt;</description></item></channel></rss>