The Parallel Extensions to the .NET Framework 4 and the Concurrency Runtime for Visual C++ 2010 enable developers to leverage parallel computing. By using these frameworks, developers can write parallel applications that will scale efficiently as the numbers of cores and processors increase. By avoiding the complexities of thread-focused programming models, the new parallel libraries simplify the production of parallel code and enable developers to more easily take advantage of parallel hardware. Visual Studio 2010 RC also provides new debugging and profiling tools to help developers understand and verify the behavior of their parallel applications.
Walkthroughs
- Debugging a Parallel Application
- Implementing Futures
- Using Join to Prevent Deadlock
- Using Task Groups to Improve Performance
- Creating an Agent-Based Application
- Channel 9 Video: VS2010 Parallel Computing Features Tour
How to...
- Use the Parallel Tasks Window
- Use the Parallel Stasks Window
- Create and Execute a Simple PLING Query
- Stop or Break from a Parallel.For Loop
- Use Combinable to Improve Performance
- Use parallel_invoke to Call Functions in Parallel
- Cancel a Parallel Algorithm
Library
No comments:
Post a Comment