Difference between revisions of "Concurrent computing"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) |
Karl Jones (Talk | contribs) |
||
Line 16: | Line 16: | ||
* [http://en.wikipedia.org/wiki/Concurrent_computing Concurrent computing] @ Wikipedia | * [http://en.wikipedia.org/wiki/Concurrent_computing Concurrent computing] @ Wikipedia | ||
+ | |||
+ | [[Category:Computer science]] | ||
+ | [[Category:Computer networks]] | ||
+ | [[Category:Computing]] | ||
+ | [[Category:Web design]] | ||
+ | [[Category:Web design and development]] |
Latest revision as of 04:12, 22 April 2016
Concurrent computing is a form of computing in which several computations are executing during overlapping time periods -- concurrently -- instead of sequentially (one completing before the next starts).
Description
This is a property of a system –- this may be an individual program, a computer, or a network –- and there is a separate execution point or "thread of control" for each computation ("process").
A concurrent system is one where a computation can make progress without waiting for all other computations to complete –- where more than one computation can make progress at "the same time".
See also
External Links
- Concurrent computing @ Wikipedia