Parallel Processing Glossary Definition

Term Parallel Processing
Definition

Parallel Processing is the execution of multiple operations at the same time, usually across multiple processors, cores, machines, or execution units.

Context & Usage

It differs from concurrency because parallel work is actually simultaneous rather than merely interleaved.

Related concepts include Source Code and Syntax.

Categories Software Development and Programming, Web, Database, Cloud, and DevOps Technologies