Download WordPress Themes, Happy Birthday Wishes
Home » Computer » C++ » Parallel Programming with Microsoft Visual C++

Parallel Programming with Microsoft Visual C++

  • Category: C++ Programming
  • Author: Colin Campbell, Ade Miller
  • Pages: 208 pages
  • File type: Online, HTML, PDF files

Read and download free eBook intituled Parallel Programming with Microsoft Visual C++ in format Online, HTML, PDF files – 208 pages created by Colin Campbell, Ade Miller.

Your CPU meter shows a problem. One core is running at 100 percent, but all the other cores are idle. Your application is CPU-bound, but you are using only a fraction of the computing power of your multicore system. Is there a way to get better performance?

The answer, in a nutshell, is parallel programming. Where you once would have written the kind of sequential code that is familiar to all programmers, you now find that this no longer meets your performance goals. To use your system’s CPU resources efficiently, you need to split your application into pieces that can run at the same time. Of course, this is easier said than done. Parallel programming has a reputation for being the domain of experts and a minefield of subtle, hard-to-reproduce software defects. Everyone seems to have a favorite story about a parallel program that did not behave as expected because of a mysterious bug.

These stories should inspire a healthy respect for the difficulty of the problems you will face in writing your own parallel programs. Fortunately, help has arrived. The Parallel Patterns Library (PPL) and the Asynchronous Agents Library introduce a new programming model for parallelism that significantly simplifies the job. Behind the scenes are sophisticated algorithms that dynamically distribute computations on multicore architectures. In addition, Microsoft Visual Studio development system includes debugging and analysis tools to support the new parallel programming model.

READ  Language Translation Using PCCTS and C++: A Reference Guide

Read and Download Links:

Parallel Programming with Microsoft Visual C++

Leave a Reply

Your email address will not be published. Required fields are marked *

*

x

Check Also

C++ Network Programming, Volume 2: Systematic Reuse with ACE and Frameworks

Do you need to develop flexible software that can be customized quickly? Do you need to add the power and efficiency of frameworks to your software? The ADAPTIVE Communication Environment (ACE) is an open-source toolkit for building high-performance