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 p-ssing 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:

  • Batches

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

  • 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 […]

  • Bateau

    also, batteau. nautical. chiefly canadian and southern u.s. a small, flat-bottomed rowboat used on rivers. a half-decked, sloop-rigged boat used for fishing on chesapeake bay; skipjack. (in some regions) a scow. a pontoon of a floating bridge. historical examples so i sing like a bateau full of voyageurs, and the dark echo, and that vild-cat […]

  • Bateau neck

    boat neck.

  • Bateaux

    also, batteau. nautical. chiefly canadian and southern u.s. a small, flat-bottomed rowboat used on rivers. a half-decked, sloop-rigged boat used for fishing on chesapeake bay; skipjack. (in some regions) a scow. a pontoon of a floating bridge. historical examples for this purpose he took the route of the deep and rapid st. lawrence, making his […]


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.