Monday, June 20, 2011

Parallel Processing


Another way to improve CPU performance is with parallel processing, a technique that uses more than ne proceeding running simultaneously, in parallel. The idea is to speed up the execution of a program by dividing the program into multiple fragments that can execute simultaneously, each on its own processor. A program being executed across more than one processor will execute faster than it would by using a single processor.

No comments:

Post a Comment