Parallel processing
From Wikipedia, the free encyclopedia
Parallel processing is the ability of an entity to carry out multiple operations or tasks simultaneously. The term is used in the contexts of both human cognition and machine computation.
- Parallel processing is also a term for parallel computing.
[edit] Parallel Processing by the Human Brain
Parallel processing is the ability of the brain to simultaneously process incoming stimuli. This becomes most important in vision, as the brain divides what it sees into four components: color, motion, shape, and depth. These are individually analyzed and then compared to stored memories, which helps the brain identify what you are viewing. The brain then combines all of these into one image that you see and comprehend. This is a continual and seamless operation.
The advantage of parallel processing is that it allows the brain to simultaneously identify different stimuli and allow for quick and decisive action.
This is one of the reasons that the human brain is much more powerful than the computer. While a computer is a million times faster than a human's neural network, it is the fact that we have a large number of processors compared to computers. As Donald Hoffman said (1998, p.xiii) "You can buy a chess machine that beats a master but can't yet buy a vision machine that beats a toddler's vision." The technology known as computer vision, however, allows computers to recognize objects visually.
[edit] Parallel Processing in Computers
The simultaneous use of more than one CPU or processor core to execute a program or multiple computational threads. Ideally, parallel processing makes programs run faster because there are more engines (CPUs or cores) running it. In practice, it is often difficult to divide a program in such a way that separate CPUs or cores can execute different portions without interfering with each other. Most computers have just one CPU, but some models have several, and multi-core processor chips are becoming the norm. There are even computers with thousands of CPUs.
With single-CPU, single-core computers, it is possible to perform parallel processing by connecting the computers in a network. However, this type of parallel processing requires very sophisticated software called distributed processing software.
Note that parallel processing differs from multitasking, in which a CPU provides the illusion of simultaneously executing instructions from multiple different programs by rapidly switching between them, or "interleaving" their instructions.
Parallel processing is also called parallel computing. In the quest of cheaper computing alternatives parallel processing provides a viable option. The idle time of processor cycles across network can be used effectively by sophisticated distributed computing software.
[edit] References
| This article includes a list of references, related reading or external links, but its sources remain unclear because it lacks inline citations. Please improve this article by introducing more precise citations where appropriate. (January 2009) |
| This article needs additional citations for verification. Please help improve this article by adding reliable references. Unsourced material may be challenged and removed. (January 2009) |
- Myers, David G. Psychology. 6th ed. New York: Worth, 2001.
- Parallel Processing via MPI & OpenMP, M. Firuziaan, O. Nommensen. Linux Enterprise, 10/2002
- www.webopedia.com (HBTB)

