Jump to content

Task (computing)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Nbarth (talk | contribs) at 04:57, 8 February 2016 (See also: Task queue). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A sample thread pool (green boxes) with waiting tasks (blue) and completed tasks (yellow)

In computing, a task is a unit of execution. In some operating systems, a task is synonymous with a process, and in others with a thread. In batch processing computer systems, a task is a unit of execution within a job.[1][2]

See also

References

  1. ^ "What is task? - Definition from WhatIs.com". WhatIs.com. Retrieved June 11, 2015.
  2. ^ "What are computer processes?". liutilities.com. Retrieved June 11, 2015.