Job control (computing): Difference between revisions

Content deleted Content added
moved Job control to Job control (Unix): Make way for an article on job control
 
{{computer-stub}}
Line 1:
'''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.
#REDIRECT [[Job control (Unix)]]
 
Job control has developed from the early days of computers where human [[Computer operator|operators]] were responsible for setting up, monitoring and controlling every job, to modern [[operating system]]s which take on the bulk of the work of job control.
{{computer-stub}}