Job control (computing)

This is an old revision of this page, as edited by Tony Sidaway (talk | contribs) at 16:16, 17 January 2008 ({{computer-stub}}). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Job control in computing refers to the control of multiple tasks or jobs on a computer system, ensuring that they each have access to adequate resources to perform correctly, that competition for limited resources does not cause a deadlock where two or more jobs are unable to complete, resolving such situations where they do occur, and terminating jobs that, for any reason, are not performing as expected.

Job control has developed from the early days of computers where human operators were responsible for setting up, monitoring and controlling every job, to modern operating systems which take on the bulk of the work of job control.