summaryrefslogtreecommitdiff
path: root/sag-0.6.1-www/Invisible/sag-0.6/node18.html
blob: b2678fd754774e420f10f4364d3e69f473e603d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<!--Converted with LaTeX2HTML 96.1-h (September 30, 1996) by Nikos Drakos (nikos@cbl.leeds.ac.uk), CBLU, University of Leeds -->
<HTML>
<HEAD>
<TITLE>Printing</TITLE>
<META NAME="description" CONTENT="Printing">
<META NAME="keywords" CONTENT="sag">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<LINK REL=STYLESHEET HREF="sag.css">
</HEAD>
<BODY LANG="EN" >
 <A NAME="tex2html515" HREF="node19.html"><IMG WIDTH=37 HEIGHT=24 ALIGN=BOTTOM ALT="next" SRC="./next_motif.gif"></A> <A NAME="tex2html513" HREF="node8.html"><IMG WIDTH=26 HEIGHT=24 ALIGN=BOTTOM ALT="up" SRC="./up_motif.gif"></A> <A NAME="tex2html509" HREF="node17.html"><IMG WIDTH=63 HEIGHT=24 ALIGN=BOTTOM ALT="previous" SRC="./previous_motif.gif"></A> <A NAME="tex2html517" HREF="node1.html"><IMG WIDTH=65 HEIGHT=24 ALIGN=BOTTOM ALT="contents" SRC="./contents_motif.gif"></A> <A NAME="tex2html518" HREF="node114.html"><IMG WIDTH=43 HEIGHT=24 ALIGN=BOTTOM ALT="index" SRC="./index_motif.gif"></A> <BR>
<B> Next:</B> <A NAME="tex2html516" HREF="node19.html">The filesystem layout</A>
<B>Up:</B> <A NAME="tex2html514" HREF="node8.html">Major services in a </A>
<B> Previous:</B> <A NAME="tex2html510" HREF="node17.html">Mail</A>
<BR> <P>
<H2><A NAME="SECTION003310000000000000000">Printing</A></H2>
<P>
	Only one person can use a printer at one time, but it is
	uneconomical not to share printers between users.  The printer
	is therefore managed by software that implements a <b>print
	queue</b>: all print jobs are put into a queue and whenever the
	printer is done with one job, the next one is sent to it
	automatically.  This relieves the users from organizing the
	print queue and fighting over control of the printer.<A NAME="tex2html8" HREF="footnode.html#296"><IMG  ALIGN=BOTTOM ALT="gif" SRC="./foot_motif.gif"></A>
<A NAME="268">&#160;</A>
<A NAME="269">&#160;</A>
<A NAME="270">&#160;</A>
<P>
	The print queue software also <b>spools</b> the printouts on
	disk, i.e., the text is kept in a file while the job is in the
	queue.  This allows an application program to spit out the
	print jobs quickly to the print queue software; the application
	does not have to wait until the job is actually printed to
	continue.  This is really convenient, since it allows one to
	print out one version, and not have to wait for it to be printed
	before one can make a completely revised new version.
<A NAME="272">&#160;</A>
<P>
<BR> <HR>
<P><ADDRESS>
<I>Lars Wirzenius <BR>
Sat Nov 15 02:32:11 EET 1997</I>
</ADDRESS>
</BODY>
</HTML>