Location: .NET trackTime: 2007-11-13 14.00Level: Intermediate
|
|
Joe Duffy, Microsoft ,USAJoe Duffy is the development lead for the ParallelFX project at Microsoft, and was previously the concurrency program manager for the CLR team. He is currently writing a book, Concurrent Programming on Windows, to be published by Addison-Wesley, and he blogs regularly at http://www.bluebytesoftware.com/blog/ . In his spare time he is an avid guitarist and musician.
|
|
ParallelFX: Concurrency Library Extensions to the .NET FrameworkThis talk is an overview of ParallelFX (PFX), a new set of library extensions being added to the .NET Framework to better support concurrency on multicore architectures. PFX includes Parallel LINQ, a data parallel implementation of LINQ-to-Objects, a task parallel library (TPL) that includes an efficient task scheduler, futures, and other task parallel APIs, in addition to a collection of other coordination data structures. We'll review the APIs and how to use them. (Note: PFX is in currently in a pre-release state, so this talk is a preview of a future technology not available in 3.5.)
|