Parallel_programming Parallel_programming

Parallel programming - Definition and Overview

Parallel programming (also concurrent programming), is a computer programming technique that provides for the execution of operations concurrently, either within a single computer, or across a number of systems. In the latter case, the term distributed computing is used. Multiprocessor machines achieve better performance by taking advantage of this kind of programming.

In parallel programming, single tasks are split into a number of subtasks that can be computed relatively independently and then aggregated to form a single coherent solution. Parallel programming is most effective for tasks that can easily broken down into independent tasks such as purely mathematical problems, e.g. factorisation.

One way to achieve parallel programming is through distributed computing, which is a method of information processing in which work is performed by separate computers linked through a communications network.

Pioneers in the field of concurrent programming include Edsger Dijkstra and C. A. R. Hoare.

See also

External links



Example Usage of programming

PAWSfourTHOUGHT: RT @LiteraryMinded: RT @wheelercentre We announced our name, a taster of our programming and website is now live http://wheelercentre.com
pythonism: http://twitter.com/delicious50/statuses/6068973293 "Tutorial on Threads programming with Python http://bit.ly/6aaakt threading"
pypi: Twisted News 9.0.0: Twisted News is an NNTP server and programming library. http://bit.ly/7T919r
Copyright 2009 WordIQ.com - Privacy Policy  :: Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the this Wikipedia article.