Xref: utzoo comp.unix.sysv386:9203 comp.unix.questions:32324 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!think.com!mintaka!spdcc!rbraun From: rbraun@spdcc.COM (Rich Braun) Newsgroups: comp.unix.sysv386,comp.unix.questions Subject: API for printing? Message-ID: <8004@spdcc.SPDCC.COM> Date: 21 Jun 91 15:05:08 GMT Followup-To: comp.unix.sysv386 Organization: Kronos Inc., Waltham, Mass. Lines: 17 I have a background mainly on DEC systems (VMS, TOPS-10/20, etc.) and have found one seemingly-glaring omission in both major flavors of Unix (BSD and SysV): a standardized queue-management application/programming interface. Virtually every mainframe system of the past had tens of software-person-years tied up in this area. I have a package which currently runs on IBM-PC's which has a Macintosh- like printing interface, allowing one to select various parameters, issue a print request and check on its status. It is now being ported to Unix. What's the best way to accomplish this under Unix? (I need to support both flavors.) Must I pipe commands to and from system utilities, which tend to vary quite a bit between vendors and releases? -rich