Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Job queue
Data structure maintained by job scheduler software containing jobs to run

In system software, a job queue (a.k.a. batch queue, input queue), is a data structure maintained by job scheduler software containing jobs to run.

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.

We don't have any images related to Job queue yet.
We don't have any YouTube videos related to Job queue yet.
We don't have any PDF documents related to Job queue yet.
We don't have any Books related to Job queue yet.
We don't have any archived web articles related to Job queue yet.

See also

References

  1. "Job queues". www.ibm.com. 2018-08-14. Retrieved 2022-03-19. https://www.ibm.com/docs/en/i/7.1?topic=concepts-job-queues