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.[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

edit

References

edit
  1. ^ "Job queues". www.ibm.com. 2018-08-14. Retrieved 2022-03-19.

📚 Artikel Terkait di Wikipedia

Priority queue

computer science, a priority queue is an abstract data type similar to a regular queue or stack abstract data type. In a priority queue, each element has an associated

Job scheduler

commonly called batch scheduling, as execution of non-interactive jobs is often called batch processing, though traditional job and batch are distinguished

Batch processing

In computing, batch processing is the running of a software job in an automated and unattended way. A user schedules a job to run and then waits for a

At (command)

UNIX Specification, Version 5 from The Open Group batch: schedule commands to be executed in a batch queue – Shell and Utilities Reference, The Single UNIX

Bulk queue

In queueing theory, a discipline within the mathematical theory of probability, a bulk queue (sometimes batch queue) is a general queueing model where

Batch

used in concrete production Batch (Unix), a command to queue jobs for later execution Batch file, a text file containing a series of commands intended

HTCondor

load. When a workstation has been idle for two hours, a job from the batch queue is assigned to the workstation and will run until the daemon detects

Command pattern

is MyClass::action called Batch queue Closure Command queue Function object Job scheduler Model–view–controller Priority queue Software design pattern Design