Chapter 45. Parallel Programming

Modern computers ship with multi-core architectures, meaning that they have more than one processor. The simplest home computer has at least dual-core architecture, so we’re sure you have a machine with multiple processors, too. Generally managed applications do their work using only one processor. This makes things easier, but with this approach you do not unleash all system resources. The reason is that all elaborations rely on a single processor that is overcharged and will take more time. Having instead the possibility of scaling the application execution ...

Get Visual Basic® 2010 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.