Task Parallel Library on Channel 9
Joe Duffy and other members of the Parallel Extensions team at Microsoft Research talk about the Task Parallel Library. This is a great presentation and they go into quite a bit of depth about the internals of the TPL.
I am very interested in the TPL and PLINQ. I will be posting more about these in the future, so if the Parallel Extensions interest you as well, stay tuned...
Comments
Anonymous
February 20, 2008
PingBack from http://msdnrss.thecoderblogs.com/2008/02/21/task-parallel-library-on-channel-9/Anonymous
February 04, 2009
Please, also read the following article: http://blog.rednael.com/2009/02/05/ParallelProgrammingUsingTheParallelFramework.aspx It's an article about basic parallel programming. Examples in C# .Net included. Also, it describes a lightweight parallel framework to work with tasks. Opposed to some other frameworks, this one is very light and very easy to use. After reading this article, you should be able to write code using parallelism. Regards, Martijn