| Context & Usage |
Concurrency is not the same as parallelism; concurrent work may be interleaved on one processor or run simultaneously on multiple processors.
Related concepts include Source Code, Syntax and Variable.
Database professionals use this concept when designing reliable updates, preventing inconsistent data, and handling competing access.
Related concepts include Deadlock.
|