RE: Printer buffering software?? Rippers???

From: BAR (BAR_at_discussions.microsoft.com)
Date: 10/27/04


Date: Tue, 26 Oct 2004 20:25:09 -0700

Printing on a PC:
The user's application tells the operating system to redirect all output to
the printer LPT1 port. The operating system gets the job the printer.

The file is spooled to disk. Spooling may be done because the printer is
busy. Spooling is necessary if the printer is not fast enough to take the
whole file at once.

The printer software [.dlls] handles the incoming job. If the printer is
free, the document can be printed immediately. If the printer is busy, the
document is spooled. The file joins the queue, waiting its turn to be sent to
the printer.

The buffer feeds print jobs to the printer at the correct pace. Data waiting
to be printed is stored in the buffer before it is sent. The larger the
buffer, the faster the printing, since fewer disk accesses are necessary to
feed the file to the printer.

In principal, redirection, spooling, and buffering and network printing
should be easy; however, problems occur frequently. Although printer sharing
was an original impetus for installing a network, networks still don't always
share printers gracefully and easily.

Given all the above, you now consider that it is efficient to add another
application into the process to manage a print file. Not a good idea. You
may wish to add an old PC to connect a Printer and use it as the print
server, that would give your PC / CPU freedom to do the work you are doing
and not have to manage a printer and spooler / buffer.

"Joe M" wrote:

> Hi, does anyone knows of any printer buffering software that allows large
> computer graphic files (50MB, 100MB) to be buffer and print to a printer.
> Immediate software between a computer and printer. Eg, Printer rippers????
>
>
>
>



Relevant Pages

  • RE: Printer buffering software?? Rippers???
    ... Printing on a PC: ... The user's application tells the operating system to redirect all output to ... The buffer feeds print jobs to the printer at the correct pace. ...
    (microsoft.public.win2000.hardware)
  • Re: Cant kill a print job
    ... Sometimes you can go directly to the Spooling folder and remove ... On my system I redirect my "Spooling" folder to a scratch disk ... > |> printing. ... > |> buffer still results ...
    (microsoft.public.windowsxp.general)
  • Re: Is it possilble to use timer interrupt in Apple II?
    ... Then we can't make any operating system in Apple II environment. ... So you can make an operating system, but perhaps not the type you want. ... You could not use the type the head buffer, because there was no type ahead buffer! ... There was NO keyboard interrupt occurring here. ...
    (comp.sys.apple2)
  • Re: Is it possilble to use timer interrupt in Apple II?
    ... Then we can't make any operating system in Apple II environment. ... You could not use the type the head buffer, ... There was NO keyboard interrupt ...
    (comp.sys.apple2)
  • Re: INQUIRE - FORM vs. (UN)FORMATTED
    ... Nor the operating system nor even the compiler matters, ... external storage device is capable of being written and read by one ... written or extracted and the buffer written or read over as applicable. ... format alternatives to chose among to determine which format was used ...
    (comp.lang.fortran)

Loading