RSS 2.0

Personal Info:

Joe Send mail to the author(s) is a lead architect on an OS incubation project at Microsoft, and was the architect for Parallel Extensions to .NET. He is an author and frequent speaker.

Disclaimer:
The content of this site are my own personal opinions and do not represent my employer's view in anyway.

© 2010, Joe Duffy

 
 Saturday, October 13, 2007

Charles from Channel9 recorded a conversation with Anders and me a couple weeks back.  The topic?  Concurrency.  More specifically, Parallel FX (PFX):

Programming in the Age of Concurrency: Concurrent Programming with PFX

Microsoft is developing a number of technologies to simplify the expression of parallelism in code. An example of this work is Parallel Extensions for the .NET Framework (PFX), a managed programming model for data parallelism, task parallelism, scheduling, and coordination on parallel hardware.

PFX makes it easier for developers to write programs that take advantage of parallel hardware (you've all heard of multi-core and what the future holds with many-core...), without having to deal with the complexities of threads and locks in today’s concurrent programming story

We don't go too deep, but you can bet we'll be doing more of these things as the technology matures and gets closer to general availability.  Enjoy!

(Note: you may also be interested in Stephen Toub's PFX interview with Scott Hanselman, available here.)

10/13/2007 6:20:58 PM (Pacific Daylight Time, UTC-07:00)  #    Comments [5]

 

Recent Entries:

Search:

Browse by Date:
<September 2010>
SunMonTueWedThuFriSat
2930311234
567891011
12131415161718
19202122232425
262728293012
3456789

Browse by Category:

Notables: