Jump to content

Concurrent programming

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 213.253.39.xxx (talk) at 01:22, 28 January 2002 (fixed typo). 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 is a stub article - 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: