Browse by Tags
All Tags »
Parallel Programming
Last week, Stephen Toub met with roughly 450 people on his Parallel Computing tour ! He toured through Nashville, Louisville, Cincinnati, Cleveland, and Detroit, meeting with customers during the day and speaking at user group meetings in the evenings.
Read More...
I’m excited to tell you that I’m organizing another product team tour! Stephen Toub from the Parallel Computing Platform team at Microsoft will be touring through Michigan, Ohio, Kentucky, and Tennessee in one week, speaking at corporations during
Read More...
There is some truly amazing support for parallel programming in .NET 4.0. One of the compelling new features of the Thread Pool in .NET 4.0 is work-stealing, which allows work to be processed by worker threads more efficiently. First of all,
Read More...
In version 4.0 of the .NET Framework, there is a lot of support for parallel programming. One cool class to know is System.Threading.Parallel , which contains a number of static methods to parallelize loops and regions. Consider this code which uses a
Read More...
Attachment(s): ParallelConsoleApp.zip