home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.30 / text0036.txt < prev    next >
Encoding:
Text File  |  1993-03-11  |  1.2 KB  |  29 lines

  1. Submitted-by: duke@osf.org
  2.  
  3. geoff@tyger.East.Sun.COM (Geoff Arnold @ Sun BOS - R.H. coast near the top) writes:
  4. >Actually, the biggest pain in the ass is not the printing commands, or
  5. >even the administration model. It's the absence of a standard printing
  6. >API. ....
  7. >It's been a while since I looked at the palladium doc (I've just
  8. >pulled DEC-palladium-overview.ps over from gatekeeper.dec.com - it's in
  9. >/.3/net/info/ietf/print-wg - and I'll read it over), but I don't recall
  10. >there being any kind of API which would be suitable for cross-platform
  11. >uses. 
  12.  
  13. Palladium defines two APIs you could use to write print clients.  One 
  14. is real high level--each command has a function version.  The other
  15. is much lower level.  It lets you build up print requests and submit
  16. them to a spooler.  Chapter 4 of the POSIX draft is this second api.
  17.  
  18. >Maybe we should just define a printing API. Nail down a really
  19. >straightforward interface (just half a dozen calls or so), 
  20.  
  21. The Palladium one is more complicated than that, since there's so
  22. much more stuff to do in Palladium than in, for example, lpr/lpd.
  23.  
  24. Bob Robillard, Technical Editor 1003.7.1, duke@osf.org
  25.  
  26.  
  27. Volume-Number: Volume 30, Number 36
  28.  
  29.