Task

From Computer History Wiki
Revision as of 23:14, 16 December 2018 by Jnc (talk | contribs) (+cat)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

A task is similar to a process or thread (and the terms are not strictly defined to be disjoint), but while a process almost always has its own address space, it is common for multiple tasks to share an address space (perhaps in a process).

Tasks are more common on real-time operating systems, but they are not restricted to such systems.