SCO XENIX/386 and a slow lp

Paul De Bra debra at alice.UUCP
Mon Sep 12 01:44:16 AEST 1988


My only experience is with the XENIX 286 lp driver. The manual does give
a number of suggestions about how to solve the slow lp problem. For some
(most?) printers none of the suggestions work. The driver needs a complete
rewrite, and that's what i've done. Works fine now, with many printers.

Hope SCO will have a completely rewritten driver in their next release.

The easiest way to improve the driver is to make it polling, to make sure
you get a while line out with one interrupt instead of getting an interrupt
per character (which causes extremely slow output). A polling driver which
works will be busy-looping between chars for a short time, and this may
have a very negative effect on the overall performance while printing.
(but it prints fast).



More information about the Comp.unix.xenix mailing list