Difference between revisions of "Task"

From Computer History Wiki
Jump to: navigation, search
m (typios)
m (Proper cat)
Line 3: Line 3:
 
Tasks are more common on [[real-time]] [[operating system]]s, but they are not restricted to such systems.
 
Tasks are more common on [[real-time]] [[operating system]]s, but they are not restricted to such systems.
  
{{stub}}
+
{{semi-stub}}

Revision as of 22:32, 20 October 2018

A task is similar to a process (and the two 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.