<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" media="screen" href="/App_Themes/default/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:evnet="http://www.mscommunities.com/rssmodule/"><channel><title>Comment Feed for 10-4 Episode 6: Parallel Extensions (10-4 on Channel 9)</title><atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/shows/10-4/10-4-episode-6-parallel-extensions/rss/default.aspx" /><image><url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url><title>Comment Feed for 10-4 Episode 6: Parallel Extensions (10-4 on Channel 9)</title><link>http://channel9.msdn.com/shows/10-4/10-4-Episode-6-Parallel-Extensions/</link></image><description>10-4 Episode 6: Parallel Extensions</description><link>http://channel9.msdn.com/shows/10-4/10-4-Episode-6-Parallel-Extensions/</link><language>en-us</language><pubDate>Mon, 01 Jun 2009 17:27:28 GMT</pubDate><lastBuildDate>Mon, 01 Jun 2009 17:27:28 GMT</lastBuildDate><generator>EvNet (EvNet, Version=1.0.3608.3122, Culture=neutral, PublicKeyToken=null)</generator><item><title>Re: 10-4 Episode 6: Parallel Extensions</title><description>&lt;p&gt;I'm very inexperienced with concurrency and parrallel anything, but I do use Background workers to run background tasks and then update my Win GUIs.&amp;nbsp; I'm just wondering if these new parrallel extentions with the Future and For classes add any advantages over using BackgroundWorkers?&lt;/p&gt;
&lt;p&gt;Davey&lt;/p&gt;</description><comments></comments><link>http://channel9.msdn.com/shows/10-4/10-4-Episode-6-Parallel-Extensions/?CommentID=471517</link><pubDate>Mon, 01 Jun 2009 17:27:29 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/10-4/10-4-Episode-6-Parallel-Extensions/?CommentID=471517</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/471517/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I'm very inexperienced with concurrency and parrallel anything, but I do use Background workers to run background tasks and then update my Win GUIs.&amp;nbsp; I'm just wondering if these new parrallel extentions with the Future and For classes add any advantages over using BackgroundWorkers?
Davey</evnet:previewtext><dc:creator>David Gasner</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/471517/Trackback.aspx</trackback:ping></item><item><title>Re: 10-4 Episode 6: Parallel Extensions</title><description>&lt;p&gt;FYI you can't create a Task with Task.StartNew with beta 1 :) you need to use Task.Factory.StartNew :)&lt;/p&gt;</description><comments></comments><link>http://channel9.msdn.com/shows/10-4/10-4-Episode-6-Parallel-Extensions/?CommentID=470511</link><pubDate>Mon, 25 May 2009 12:10:48 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/10-4/10-4-Episode-6-Parallel-Extensions/?CommentID=470511</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/470511/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>FYI you can't create a Task with Task.StartNew with beta 1 :) you need to use Task.Factory.StartNew :)</evnet:previewtext><dc:creator>Yassir Hannoun</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/470511/Trackback.aspx</trackback:ping></item><item><title>Re: 10-4 Episode 6: Parallel Extensions</title><description>Hey Jason my Hero,&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Since I'm an extermist VB guy, I converted your stunning demo in C# into VB code. How can I post it for VB fans here?&lt;br&gt;</description><comments></comments><link>http://channel9.msdn.com/shows/10-4/10-4-Episode-6-Parallel-Extensions/?CommentID=467881</link><pubDate>Mon, 04 May 2009 06:56:41 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/10-4/10-4-Episode-6-Parallel-Extensions/?CommentID=467881</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/467881/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Hey Jason my Hero,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Since I'm an extermist VB guy, I converted your stunning demo in C# into VB code. How can I post it for VB fans here?</evnet:previewtext><dc:creator>Waleed El-Badry</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/467881/Trackback.aspx</trackback:ping></item><item><title>Re: Re: 10-4 Episode 6: Parallel Extensions</title><description>andrgin2, this is already possible with the Parallel Extensions. I simply showed "default" behavior in this video.&lt;BR&gt;&lt;BR&gt;Most of the parallel operations you can perform with Parallel Extensions provide the ability to specify the "DegreeOfParallelism" which will handle this behavior. So if I was on a 8-core machine, but wanted to leave 2-cores for other work, I could specify a DegreeOfParallelism of 6. This is an easy way for the dev to "throttle" the application when he needs to.&lt;BR&gt;&lt;BR&gt;If you need even more fine-grained control, there is&amp;nbsp;a way to create your own TaskManager, not sure you want to go that way though.</description><comments></comments><link>http://channel9.msdn.com/shows/10-4/10-4-Episode-6-Parallel-Extensions/?CommentID=455448</link><pubDate>Wed, 28 Jan 2009 19:52:31 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/10-4/10-4-Episode-6-Parallel-Extensions/?CommentID=455448</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/455448/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>andrgin2, this is already possible with the Parallel Extensions. I simply showed "default" behavior in this video.Most of the parallel operations you can perform with Parallel Extensions provide the ability to specify the "DegreeOfParallelism" which will handle this behavior. So if I was on a 8-core&amp;#8230;</evnet:previewtext><dc:creator>Jason Olson</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/455448/Trackback.aspx</trackback:ping></item><item><title>Re: 10-4 Episode 6: Parallel Extensions</title><description>Why dont give you the user more control over the amount of threads. In a for or for each loop you can make an optional parameter with the maximum threadcount. When working with Tasks you could make a property "expected load" where the user can define, how much load can be done at the same time. This gives the user full control but is much easier than making a synchronized Queue with work and start x threads like I did. Synchronized queue has no generic support and I have to build an extra class with all the information the thread needs.&lt;br&gt;For simple Tasks where each one is doing different work (the same work with only different data is better done with a for each loop I think) the count cant be so big. If there are 20 threads running on a dual core machine this does not kill performance, only if 2K threads are running.&lt;br&gt;</description><comments></comments><link>http://channel9.msdn.com/shows/10-4/10-4-Episode-6-Parallel-Extensions/?CommentID=455263</link><pubDate>Tue, 27 Jan 2009 20:52:32 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/10-4/10-4-Episode-6-Parallel-Extensions/?CommentID=455263</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/455263/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Why dont give you the user more control over the amount of threads. In a for or for each loop you can make an optional parameter with the maximum threadcount. When working with Tasks you could make a property "expected load" where the user can define, how much load can be done at the same time. This&amp;#8230;</evnet:previewtext><dc:creator>andrgin2</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/455263/Trackback.aspx</trackback:ping></item><item><title>Re: Re: 10-4 Episode 6: Parallel Extensions</title><description>Any chance of getting this in IPOD (MP4) format? Thanks.&lt;br&gt;</description><comments></comments><link>http://channel9.msdn.com/shows/10-4/10-4-Episode-6-Parallel-Extensions/?CommentID=455181</link><pubDate>Tue, 27 Jan 2009 11:37:03 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/10-4/10-4-Episode-6-Parallel-Extensions/?CommentID=455181</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/455181/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Any chance of getting this in IPOD (MP4) format? Thanks.</evnet:previewtext><dc:creator>esse</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/455181/Trackback.aspx</trackback:ping></item><item><title>Re: Re: 10-4 Episode 6: Parallel Extensions</title><description>I agree andrgin. There will never be a proper replacement for an experienced developer who knows the needs and usage pattern of his application when it comes to concurrency (at least in our current set of tools and languages). However, that doesn't mean that you give up control of threads completely. There are still ways with Parallel Extensions to tell it the proper parameters for your application when it comes to concurrency. it is simply the default that allocates 1 thread/processor. &lt;BR&gt;&lt;BR&gt;As far as debugging, the goal is to eliminate the need to debug at the thread level eventually (it obviously won't go away). We recently did a video with Daniel Moth where he shows some of the new debugging tools being integrated in Visual Studio 2010 for making debugging of parallel/concurrent applications easier. You can find it here: &lt;A href="http://channel9.msdn.com/posts/VisualStudio/Debugging-Parallel-Applications-with-Visual-Studio-2010/"&gt;http://channel9.msdn.com/posts/VisualStudio/Debugging-Parallel-Applications-with-Visual-Studio-2010/&lt;/A&gt;. &lt;BR&gt;&lt;BR&gt;As we have to write more and more concurrent applications, the debugging tools in Visual Studio need to be enhanced for this "new world", hence the efforts in the debugging tools space.&lt;BR&gt;&lt;BR&gt;So, in short, yes, there is no current replacement for an experienced developer that intimately knows his application's needs for concurrency (usage patterns on the hardware, for instance). But if we can give that developer even more powerful abstractions to deal with and still meet his needs, it becomes very powerful indeed.&lt;BR&gt;&lt;BR&gt;Thanks for watching!</description><comments></comments><link>http://channel9.msdn.com/shows/10-4/10-4-Episode-6-Parallel-Extensions/?CommentID=454970</link><pubDate>Sun, 25 Jan 2009 21:05:58 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/10-4/10-4-Episode-6-Parallel-Extensions/?CommentID=454970</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/454970/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I agree andrgin. There will never be a proper replacement for an experienced developer who knows the needs and usage pattern of his application when it comes to concurrency (at least in our current set of tools and languages). However, that doesn't mean that you give up control of threads&amp;#8230;</evnet:previewtext><dc:creator>Jason Olson</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/454970/Trackback.aspx</trackback:ping></item><item><title>Re: 10-4 Episode 6: Parallel Extensions</title><description>When I simply use the Parallel For loop how does the Parallel library know how many threads it should create at a time.&lt;br&gt;&lt;br&gt;If you only have code that uses the CPU oder memory it is the number of cores, but what does it when there are more IO operations.&lt;br&gt;&lt;br&gt;1.) If you have got an application that does CPU calculation 50% of the time and 50% are IO operations like waiting for a another computer in a client/server situation. Then you could use 2 time the amount of cores. If you only have 10% CPU calculations and 90% IO (like a web server or another server application that is most time waiting for the user clients or user inputs). It would not be a good idea to only use 8 threads on a quad with two Quad Core Xeons. You could only have 8 users working on the server at a time. There you should use at least 100 threads.&lt;br&gt;&lt;br&gt;2.) You could also have a program that calls another program (for example with the shell command and set wait to true). Then you cant know if it is a program that only waits for the user on another client to press the submit button or its an CPU intensive application like my multi core optimized audio encoder that is calling lame on several threads with different files. Then 100 threads would kill the computer if you do not have enough RAM. For the .NET Framework it is an IO operation but in reality it is a CPU only task.&lt;br&gt;&lt;br&gt;3.) What does the class if you already have multiple threads and each thread does a parallel for loop (take another server where you created the connections with tcplistener.accepttcpclient and started each tcpclient in his own thread. If you have 16 cores and 32 client connections you would make too much connections again. Then you should only use 1 thread per client and if only 1 client is connected then you should use 16 threads.&lt;br&gt;&lt;br&gt;4.) If I am using an application where the load is on an external network share. How does the .NET Framework know how man parallel operations can be done at once.&lt;br&gt;&lt;br&gt;I think the parallel for is a good idea but it will never replace manual creation of threads.&lt;br&gt;Also debugging is more complicated. If I create the thread on my own I can give it a name and find it again very easy. When using network streams I set the threadname to ip and port number (127.0.0.1:4711).&lt;br&gt;</description><comments></comments><link>http://channel9.msdn.com/shows/10-4/10-4-Episode-6-Parallel-Extensions/?CommentID=454929</link><pubDate>Sun, 25 Jan 2009 13:37:41 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/10-4/10-4-Episode-6-Parallel-Extensions/?CommentID=454929</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/454929/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>When I simply use the Parallel For loop how does the Parallel library know how many threads it should create at a time.If you only have code that uses the CPU oder memory it is the number of cores, but what does it when there are more IO operations.1.) If you have got an application that does CPU&amp;#8230;</evnet:previewtext><dc:creator>andrgin</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/454929/Trackback.aspx</trackback:ping></item><item><title>Re: Re: 10-4 Episode 6: Parallel Extensions</title><description>And I should clarify, it's not so much a difference in the MSIL. Parallel Extensions isn't a compiler feature, it's a library feature. So the MSIL compiled for the code above is still going to be using the Parallel static class, and then the library (implementation of Parallel static class in this case) will break down the work accordingly.</description><comments></comments><link>http://channel9.msdn.com/shows/10-4/10-4-Episode-6-Parallel-Extensions/?CommentID=454801</link><pubDate>Sat, 24 Jan 2009 00:58:37 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/10-4/10-4-Episode-6-Parallel-Extensions/?CommentID=454801</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/454801/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>And I should clarify, it's not so much a difference in the MSIL. Parallel Extensions isn't a compiler feature, it's a library feature. So the MSIL compiled for the code above is still going to be using the Parallel static class, and then the library (implementation of Parallel static class in this&amp;#8230;</evnet:previewtext><dc:creator>Jason Olson</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/454801/Trackback.aspx</trackback:ping></item><item><title>Re: 10-4 Episode 6: Parallel Extensions</title><description>We also dig into the TPL &lt;A href="http://channel9.msdn.com/shows/Going+Deep/Joe-Duffy-Huseyin-Yildiz-Daan-Leijen-Stephen-Toub-Parallel-Extensions-Inside-the-Task-Parallel/" target=_blank&gt;here&lt;/A&gt;.&lt;BR&gt;C</description><comments></comments><link>http://channel9.msdn.com/shows/10-4/10-4-Episode-6-Parallel-Extensions/?CommentID=454766</link><pubDate>Fri, 23 Jan 2009 21:46:56 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/10-4/10-4-Episode-6-Parallel-Extensions/?CommentID=454766</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/454766/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>We also dig into the TPL here.C</evnet:previewtext><dc:creator>Charles</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/454766/Trackback.aspx</trackback:ping></item><item><title>Re: Re: 10-4 Episode 6: Parallel Extensions</title><description>To make a long story short, yes, there's a big difference. When using Parallel.For (and other Parallel Extension constructs), the work will be broken down into Tasks instead of Threads. By using Tasks, the work will use the new work-stealing scheduler under the hood to determine how to properly allocate the work to threads.&amp;nbsp; &lt;BR&gt;&lt;BR&gt;So, in short, it's a lot smarter than using Threads directly (as well as more rich and powerful). I'll go into some more details in the future on the work-stealing scheduler and just how this break down into tasks occurs. In the meantime, you can check out the link to the Concurrency MSDN Dev Center to get more information. &lt;BR&gt;&lt;BR&gt;Hope this helps!</description><comments></comments><link>http://channel9.msdn.com/shows/10-4/10-4-Episode-6-Parallel-Extensions/?CommentID=454723</link><pubDate>Fri, 23 Jan 2009 16:56:34 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/10-4/10-4-Episode-6-Parallel-Extensions/?CommentID=454723</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/454723/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>To make a long story short, yes, there's a big difference. When using Parallel.For (and other Parallel Extension constructs), the work will be broken down into Tasks instead of Threads. By using Tasks, the work will use the new work-stealing scheduler under the hood to determine how to properly&amp;#8230;</evnet:previewtext><dc:creator>Jason Olson</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/454723/Trackback.aspx</trackback:ping></item><item><title>Re: 10-4 Episode 6: Parallel Extensions</title><description>Sorry all, some of the media links appeared to be messed up. I have added links to the correct media files, so hopefully there shouldn't be a problem anymore.</description><comments></comments><link>http://channel9.msdn.com/shows/10-4/10-4-Episode-6-Parallel-Extensions/?CommentID=454720</link><pubDate>Fri, 23 Jan 2009 16:53:31 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/10-4/10-4-Episode-6-Parallel-Extensions/?CommentID=454720</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/454720/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Sorry all, some of the media links appeared to be messed up. I have added links to the correct media files, so hopefully there shouldn't be a problem anymore.</evnet:previewtext><dc:creator>Jason Olson</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/454720/Trackback.aspx</trackback:ping></item><item><title>Re: 10-4 Episode 6: Parallel Extensions</title><description>Are the any differences in the IL code between manually doing the threads and using something like Parallel.For?&lt;br&gt;</description><comments></comments><link>http://channel9.msdn.com/shows/10-4/10-4-Episode-6-Parallel-Extensions/?CommentID=454711</link><pubDate>Fri, 23 Jan 2009 16:18:57 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/10-4/10-4-Episode-6-Parallel-Extensions/?CommentID=454711</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/454711/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Are the any differences in the IL code between manually doing the threads and using something like Parallel.For?</evnet:previewtext><dc:creator>Scott</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/454711/Trackback.aspx</trackback:ping></item><item><title>Re: 10-4 Episode 6: Parallel Extensions</title><description>Again a very interesting video.&lt;BR&gt;&lt;BR&gt;Thanks!&lt;BR&gt;</description><comments></comments><link>http://channel9.msdn.com/shows/10-4/10-4-Episode-6-Parallel-Extensions/?CommentID=454680</link><pubDate>Fri, 23 Jan 2009 13:09:13 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/10-4/10-4-Episode-6-Parallel-Extensions/?CommentID=454680</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/454680/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Again a very interesting video.Thanks!</evnet:previewtext><dc:creator>Mathieu Roseboom</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/454680/Trackback.aspx</trackback:ping></item><item><title>Re: 10-4 Episode 6: Parallel Extensions</title><description>(same problem here with the missing video, but WMV worked fine.)&lt;BR&gt;&lt;BR&gt;Maybe I missed it in the video, but if I got this right, the Parallel.For is the younger (and stronger&amp;nbsp;;) ) brother of C++ OpenMP ("#pragma omp parallel for"), right? Is there a difference between those two (besides the nice things like a ready-to-use ForEach) or is Parallel basically the .Net port of OpenMP?</description><comments></comments><link>http://channel9.msdn.com/shows/10-4/10-4-Episode-6-Parallel-Extensions/?CommentID=454668</link><pubDate>Fri, 23 Jan 2009 11:31:57 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/10-4/10-4-Episode-6-Parallel-Extensions/?CommentID=454668</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/454668/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>(same problem here with the missing video, but WMV worked fine.)Maybe I missed it in the video, but if I got this right, the Parallel.For is the younger (and stronger&amp;nbsp;;) ) brother of C++ OpenMP ("#pragma omp parallel for"), right? Is there a difference between those two (besides the nice things&amp;#8230;</evnet:previewtext><dc:creator>Ralf Stauder</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/454668/Trackback.aspx</trackback:ping></item><item><title>Re: 10-4 Episode 6: Parallel Extensions</title><description>I have got video but no voice!! :-) What is going on here :-) Just kidding. WMV (High) is working for me :-)</description><comments></comments><link>http://channel9.msdn.com/shows/10-4/10-4-Episode-6-Parallel-Extensions/?CommentID=454664</link><pubDate>Fri, 23 Jan 2009 10:55:05 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/10-4/10-4-Episode-6-Parallel-Extensions/?CommentID=454664</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/454664/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I have got video but no voice!! :-) What is going on here :-) Just kidding. WMV (High) is working for me :-)</evnet:previewtext><dc:creator>Vaclav Elias</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/454664/Trackback.aspx</trackback:ping></item><item><title>Re: 10-4 Episode 6: Parallel Extensions</title><description>as with a bunch of other videos, wmv-high link is dead :/ the silverlight player seems to point to the wma file..&lt;BR&gt;&lt;BR&gt;maybe gremlins has&amp;nbsp;invaded the c9 servers :O that would also explain the scilence from the c9 team ;)</description><comments></comments><link>http://channel9.msdn.com/shows/10-4/10-4-Episode-6-Parallel-Extensions/?CommentID=454641</link><pubDate>Fri, 23 Jan 2009 09:33:31 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/10-4/10-4-Episode-6-Parallel-Extensions/?CommentID=454641</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/454641/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>as with a bunch of other videos, wmv-high link is dead :/ the silverlight player seems to point to the wma file..maybe gremlins has&amp;nbsp;invaded the c9 servers :O that would also explain the scilence from the c9 team ;)</evnet:previewtext><dc:creator>Allan Lindqvist</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/454641/Trackback.aspx</trackback:ping></item><item><title>Re: 10-4 Episode 6: Parallel Extensions</title><description>same problem here... just voice, no video</description><comments></comments><link>http://channel9.msdn.com/shows/10-4/10-4-Episode-6-Parallel-Extensions/?CommentID=454635</link><pubDate>Fri, 23 Jan 2009 09:18:42 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/10-4/10-4-Episode-6-Parallel-Extensions/?CommentID=454635</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/454635/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>same problem here... just voice, no video</evnet:previewtext><dc:creator>Yankee</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/454635/Trackback.aspx</trackback:ping></item><item><title>Re: 10-4 Episode 6: Parallel Extensions</title><description>Only&amp;nbsp;voice?</description><comments></comments><link>http://channel9.msdn.com/shows/10-4/10-4-Episode-6-Parallel-Extensions/?CommentID=454634</link><pubDate>Fri, 23 Jan 2009 09:17:10 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/10-4/10-4-Episode-6-Parallel-Extensions/?CommentID=454634</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/454634/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Only&amp;nbsp;voice?</evnet:previewtext><dc:creator>gzpbx</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/454634/Trackback.aspx</trackback:ping></item><item><title>Re: 10-4 Episode 6: Parallel Extensions</title><description>There is no video this time?</description><comments></comments><link>http://channel9.msdn.com/shows/10-4/10-4-Episode-6-Parallel-Extensions/?CommentID=454622</link><pubDate>Fri, 23 Jan 2009 07:58:34 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/10-4/10-4-Episode-6-Parallel-Extensions/?CommentID=454622</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/454622/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>There is no video this time?</evnet:previewtext><dc:creator>Viktor Medvedev</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/454622/Trackback.aspx</trackback:ping></item></channel></rss>