Dictionary:
spool·er (spū'lər) ![]() |
| Computer Desktop Encyclopedia: spooling |
(Simultaneous Peripheral Operations OnLine) The overlapping of low-speed operations with normal processing. Spooling originated with mainframes in order to optimize slow operations such as reading cards and printing. Card input was read onto disk and printer output was stored on disk. In that way, the business data processing was performed at high speed, receiving input from disk and sending output to disk. Subsequently, spooling is used to buffer data for the printer as well as remote batch terminals. See print spooler.
Download Computer Desktop Encyclopedia to your iPhone/iTouch
| Business Dictionary: Spooling |
Process of storing computer output before sending it to the printer, permitting the computer to be used for other purposes. In the absence of an adequate buffer or spooling device, the computer user will experience delays in other functions while the printer is operating.
| Wikipedia: Spooling |
| This article may require copy-editing for grammar, style, cohesion, tone or spelling. You can assist by editing it. (July 2009) |
In computer science, spooling refers to a process of transferring data by placing it in a temporary working area where another program may access it for processing at a later point in time. The term "spool" is an acronym of "Simultaneous Peripheral Operation On Line"[1]. The normal English verb "spool" can refer to the action of a storage device that incorporates a physical spool or reel, such as a tape drive; the acronym was presumably contrived by analogy.
Acronym for simultaneous peripheral operations on-line, spooling refers to putting jobs in a buffer, a special area in memory or on a disk where a device can access them when it is ready. Spooling is useful because devices access data at different rates. The buffer provides a waiting station where data can rest while the slower device catches up.
This temporary working area could be a file or storage device, but probably not a buffer. Usual uses of the term spooling apply to situations where there is little or no direct communication between the program writing the data and the program reading it. Spooling is often used when a device writes data faster than a target device can read it, allowing the slower device to work at its own pace without requiring processing to wait for it to catch up. Data is only modified through addition or deletion at the ends of the area, i.e., there is no random access or editing.
The most common spooling application is print spooling: documents formatted for printing are stored onto a buffer (usually an area on a disk) by a fast processor and retrieved and printed by a relatively slower printer at its own rate. As soon as the fast processor has written the document to the spool device it has finished with the job and is fully available for other processes. One or more processes may rapidly write several documents to a print queue without waiting for each one to print before writing the next. Spooler or print management software may allow priorities to be assigned to jobs, notify users when they have printed, distribute jobs among several printers, allow stationery to be changed or select it automatically, generate banner pages to identify and separate print jobs, etc.
The temporary storage area to which E-mail is delivered by a Mail Transfer Agent and in which it waits to be picked up by a Mail User Agent is sometimes called a mail spool. Likewise, a storage area for Usenet articles may be referred to as a news spool. (On Unix-like systems, these areas are usually located in the /var/spool directory.) Unlike other spools, mail and news spools usually allow random access to individual messages.
Contents |
|
|
This article does not cite any references or sources. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed. (November 2008) |
"Spool" is supposedly an acronym for simultaneous peripheral operations on-line (although it may be a backronym), or as for printers: simultaneous peripheral output on line. Early mainframe computers had, by current standards, small and expensive hard disks.
In the latter 1960s and early 1970s, computers handled punch cards, and spooling systems such as HASP, FIDO, PATCHES, [1], SHADOW & SHADOW II, Power, GRASP, and The Spooler found they could benefit batch programs by spooling card input and output. (Some centers directed punch card and printed output to tape for later processing. It has been suggested that the term 'spooling' may have derived from these reels or 'spools' of tape, although this etymology has not been sourced.)
The entire key to spooling is asynchronous processing, where the program is not constrained by the speed of slow devices, particularly printers.[2]
Printers are relatively slow peripherals. In comparison, disc devices and particularly CPUs are orders of magnitude faster. Without spooling print data, the speed of program operation is constrained by the slowest device, commonly printers, forcing the program to wait for the mechanical motion of the printer. Professionals say the program is 'print bound'.[2]
For example, when a city prepares payroll checks, the actual computation may take a matter of minutes or even seconds, but the printing process might take hours. If the program printed directly, computing resources (CPU, memory, peripherals) would be tied up until the program was able to finish. The same is true of personal computers. Without spooling, a word processor would be unable to continue until printing finished. Without spooling, most programs would be relegated to patterns of fast processing and long waits, an inefficient paradigm.
A spooler contains two parts:
An application program may write print lines or pages intended for a slow physical printer. The operating system receives I/O requests (input/output), including print lines or pages. Without a spooler, the OS allows data to pass to the printer and the application program waits for completion before continuing.
A spooling mechanism traps the I/O request, captures the output data, and releases the application to continue processing. As the application continues, the spooler writes the data to a disc file and, if it's not already running, it kicks off the other part of the spooler, the actual print routine. It reads the output lines and writes them to the printer, independent of the original application which may have already ended.
Spooling improves the multiprogramming capability of systems. Most programs require input and produce output. Without spooling, the number of tasks that could be multiprogrammed might be limited by the availability of peripherals; with spooling, a task doesn't need access to a real device.
Because disc drives are so much faster than printers, throughput radically improves by temporarily directing printer output to disc storage and retrieving it at leisure.[2]
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)
| Translations: Spooler |
Dansk (Danish)
n. - spole, spooler
Français (French)
n. - spouler
Deutsch (German)
n. - (EDV) Verwaltungsprogramm des Druckers
Ελληνική (Greek)
n. - (Η/Υ) ετεροχρονιστής εκτυπώσεων
Español (Spanish)
n. - (informática) programa que almacena ficheros de impresión en una memoria intermedia y los manda a la impresora cuando esta puede procesarlos
Svenska (Swedish)
n. - rullmaskin, haspel
中文(简体)(Chinese (Simplified))
络沙机, 绕卷轴工人
中文(繁體)(Chinese (Traditional))
n. - 絡沙機, 繞捲軸工人
한국어 (Korean)
n. - (컴퓨터) 얼레, 순간 작동(얼레치기 를 행하는 프로그램)
العربيه (Arabic)
(الاسم) برنامج لجدوله الطباعه في الكومبيوتر
עברית (Hebrew)
n. - תוכנה לקביעת תור להדפסת פלטים מהמחשב
If you are unable to view some languages clearly, click here.
To select your translation preferences click here.
| spool (computer jargon) | |
| print to disk (technology) | |
| print spooler (technology) |
| How to reinstall XP print spooler? Read answer... | |
| How do you restart printer spooler? Read answer... | |
| Describe the process of a print spooler? Read answer... |
| Where are print spoolers located? | |
| Printer spooler service not running? | |
| How do you turn spooler service on vista? |
Copyrights:
![]() | Dictionary. The American Heritage® Dictionary of the English Language, Fourth Edition Copyright © 2007, 2000 by Houghton Mifflin Company. Updated in 2009. Published by Houghton Mifflin Company. All rights reserved. Read more | |
![]() | Computer Desktop Encyclopedia. THIS COPYRIGHTED DEFINITION IS FOR PERSONAL USE ONLY. All other reproduction is strictly prohibited without permission from the publisher. © 1981-2009 Computer Language Company Inc. All rights reserved. Read more | |
![]() | Business Dictionary. Dictionary of Business Terms. Copyright © 2000 by Barron's Educational Series, Inc. All rights reserved. Read more | |
![]() | Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "Spooling". Read more | |
![]() | Translations. Copyright © 2007, WizCom Technologies Ltd. All rights reserved. Read more |
Mentioned in