Execution pattern

From HandWiki
Revision as of 22:46, 7 February 2021 by imported>WikiEd2 (url)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

(Software) execution patterns or execution models are software patterns that address issues related to lower-level support of application execution, including strategies for executing streams of tasks and for the definition of building blocks to support task synchronization. As such, execution pattern is an umbrella term for:

To a certain extent, also distributed design patterns belong to this class.

See also