August 2010
Intermediate to advanced
1224 pages
34h 17m
English
A parallel application is one that executes code simultaneously. This includes multithreading applications. Therefore, the multithreading debugging discussed thus far is applicable to parallel applications. However, there are additional features of the .NET languages, the framework, and the Visual Studio Debugger to help support parallel coding scenarios. These features are an attempt to take advantage of the recent proliferation of manycore processors. Developers want to take advantage of this computer power, which means developers need to begin changing the way they write their applications to take advantage of the multiple cores, each capable of running one or more threads in parallel.
This section covers two ...