Jump to content

Concurrent programming

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Emperorbma (talk | contribs) at 07:51, 27 December 2003. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Concurrent programming is the technique of programming operations which operate (either actually or apparently) concurrently, either within a single computer, or across a number of systems.

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

- this topic is more technical than 'multithreading', but should cover many of the same topics at greater depth

Topics in concurrent programming include:

See also: