Job queue

From Wikipedia, the free encyclopedia
Revision as of 14:51, 12 November 2024 by imported>Kvng (endmatter foprmatting)
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:Short description Script error: No such module "For". Script error: No such module "redirect hatnote".

  1. REDIRECT Template:More citations needed

Template:Rcatsh In system software, a job queue (Template:Aka batch queue, input queue), is a data structure maintained by job scheduler software containing jobs to run.[1]

Users submit their programs that they want executed, "jobs", to the queue for batch processing. The scheduler software maintains the queue as the pool of jobs available for it to run.

Multiple batch queues might be used by the scheduler to differentiate types of jobs depending on parameters such as:

The use of a batch queue gives these benefits:

  • sharing of computer resources among many users
  • time-shifts job processing to when the computer is less busy
  • avoids idling the compute resources without minute-by-minute human supervision
  • allows around-the-clock high utilization of expensive computing resources

Any process that comes to the CPU should wait in a queue.

See also

References

Template:Reflist


Template:Asbox

  1. Script error: No such module "citation/CS1".