Going Parallel for a Living: Introduction to the Concurrency Coordination Runtime

Embed code for this video

Copy the code above to embed our video on your website/blog.

Close

Video format

Option selected may change based on video formats available and browser capability.

Close

Download

Right click “Save as…”

How to reap the benefits of multi-core processors? Forget about juggling multiple threads yourself! Focus on processes, split them up in tasks, and let the data flow. Microsoft´s Concurrency Coordination Runtime (CCR) will do the rest. Rather than concerning yourself with the intricacies of the System.Threading namespace to manage and synchronise a host of threads or let your mind be boggled by exception handling during parallel computations, lean back and become the plumber of a mesh of concurrent components. The CCR raises the level of abstraction considerably for parallel programming. Think in terms of easy to use data "pipes" and data flow control patterns instead of threads and critical sections. It´s much simpler. It leads to more scalable application architectures. Promised!

Comment on this Session

Already have a Channel 9 account? Please sign in