Treffer: Scalable Multithreaded Programming with Thread Pools.

Title:
Scalable Multithreaded Programming with Thread Pools.
Authors:
Fosner, Ron Ron@directx.com
Source:
MSDN (1528-4859). Oct2010, Vol. 25 Issue 10, p80-84. 5p. 2 Diagrams, 2 Graphs.
Database:
Supplemental Index

Weitere Informationen

This article focuses on the basics of multithreaded programming with scalable features. The introduction in the market of personal computers (PCs) with multi-core processes has posed a challenge to computer programmers although it offers benefits in the fact that multi-core processors provide faster processing power. The challenge to programmers rests mainly in the need to deal and master multiple-world parallel processing. It also discusses such areas as simple multithreading with OpenMP and using the thread pool.