Sunday, February 26, 2006

Concurrency talk by Herb Sutter

If you haven't seen the concurrency talk by Herb Sutter from the 05 PDC then I definately recomend taking a look. The talk focusses mostly on efforts that are going into a future version of Visual Studio. Many of these new features though are abstractions over current threading infrastructure that make it easier to
  1. Write multi-threaded code
  2. Understand and grep for places where concurrency begins and ends

Although it's not as nice as what they are doing, it's possible to backport bits of this technology into your existing code base.

Here's the link

http://microsoft.sitestream.com/...

0 Comments:

Post a Comment

<< Home