Job queue

For job queue management software, see Job scheduler.
"Batch queue" redirects here. For the stochastic model, see bulk queue.

In system software, a job queue (sometimes batch 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:

See also

This article is issued from Wikipedia - version of the 4/14/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.