Batch processing


a form of data processing in which a number of input jobs are grouped for processing during the same machine run.
noun
manufacturing products or treating materials in batches, by passing the output of one process to subsequent processes Compare continuous processing
a system by which the computer programs of a number of individual users are submitted to the computer as a single batch Compare time sharing (sense 2)

programming
A system that takes a sequence (a “batch”) of commands or jobs, executes them and returns the results, all without human intervention. This contrasts with an interactive system where the user’s commands and the computer’s responses are interleaved during a single run.
A batch system typically takes its commands from a disk file (or a set of punched cards or magnetic tape in the mainframe days) and returns the results to a file (or prints them). Often there is a queue of jobs which the system processes as resources become available.
Since the advent of the personal computer, the term “batch” has come to mean automating frequently performed tasks that would otherwise be done interactively by storing those commands in a “batch file” or “script”. Usually this file is read by some kind of command interpreter but batch processing is sometimes used with GUI-based applications that define script equivalents for menu selections and other mouse actions. Such a recorded sequence of GUI actions is sometimes called a “macro”. This may only exist in memory and may not be saved to disk whereas a batch normally implies something stored on disk.
Unix cron jobs and Windows scheduled tasks are batch processing started at a predefined time by the system whereas mainframe batch jobs were typically initiated by an operator loading them into a queue.
(2009-09-14)

Read Also:

  • Batched

    a quantity or number coming at one time or taken together: a batch of prisoners. the quantity of material prepared or required for one operation: mixing a batch of concrete. the quantity of bread, cookies, dough, or the like, made at one baking. Computers. a group of jobs, data, or programs treated as a unit […]

  • Batches

    a quantity or number coming at one time or taken together: a batch of prisoners. the quantity of material prepared or required for one operation: mixing a batch of concrete. the quantity of bread, cookies, dough, or the like, made at one baking. Computers. a group of jobs, data, or programs treated as a unit […]

  • Batching

    a quantity or number coming at one time or taken together: a batch of prisoners. the quantity of material prepared or required for one operation: mixing a batch of concrete. the quantity of bread, cookies, dough, or the like, made at one baking. Computers. a group of jobs, data, or programs treated as a unit […]

  • Bate

    to moderate or restrain: unable to bate our enthusiasm. to lessen or diminish; abate: setbacks that bated his hopes. to diminish or subside; abate. with bated breath, with breath drawn in or held because of anticipation or suspense: We watched with bated breath as the runners approached the finish line. (of a hawk) to flutter […]

  • Batea

    batea best available technology economically achievable Historical Examples This is placed in a pan or, better, in a batea, and carefully washed down until the gold begins to appear. The A B C of Mining Charles A. Bramble Every batea, as I got deeper and deeper, yielded more and more gold! Carmen Ariza Charles Francis […]


Disclaimer: Batch processing definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.