Posted By: Rob Bagby | Oct 8th @ 3:20 PM | 3,522 Views | 0 Comments
The trend in hardware has shifted from scaling up (faster processors) to scaling out (more processors).  In order for our applications to take advantage of these additional processing power, we need to introduce parallelism into our applications.  In this screencast, Rob Bagby illustrates 3 approaches you can take when introducing parallelism to your applications: 1) Fine-grained parallelism, 2) Structured parallelism  and 3) PLINQ.  The approach Rob takes is to start with an a sequential application and parallelize it using each of the 3 approaches. 
You can read Rob's blog post on Introducing parallelism into your applications and download the sample code here.
Rating:
0
0
Be the first to comment!
Microsoft Communities