home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / unix / sys5 / r4 / 1348 < prev    next >
Encoding:
Internet Message Format  |  1993-01-22  |  1.4 KB

  1. Path: sparky!uunet!auspex-gw!guy
  2. From: guy@Auspex.COM (Guy Harris)
  3. Newsgroups: comp.unix.sys5.r4
  4. Subject: Re: PTYs and programming them
  5. Message-ID: <16567@auspex-gw.auspex.com>
  6. Date: 22 Jan 93 06:00:57 GMT
  7. References: <C16HJq.6J0@ddsw1.mcs.com> <1993Jan21.130237.20530@cbnewsm.cb.att.com>
  8. Sender: news@auspex-gw.auspex.com
  9. Distribution: usa
  10. Organization: Auspex Systems, Santa Clara
  11. Lines: 32
  12. Nntp-Posting-Host: auspex.auspex.com
  13.  
  14. >    "UNIX Network Programming"   Prentice Hall, Englewood Cliffs, NJ
  15. >
  16. >    ISBN:0-13-949876-1    
  17. >
  18. >    It is the absolute bible on this type of stuff. It includes complete
  19. >    example programs using PTY's (SYSV and BSD).
  20.  
  21. Actually, the version I've seen discusses only SVR3.2 pseudo-ttys; it
  22. doesn't mention the additional stuff in SVR4.  However, Stevens' other
  23. book:
  24.  
  25.     Advanced Programming in the UNIX Environment
  26.  
  27.     Addison-Wesley
  28.     Reading, MA
  29.  
  30.     ISBN: 0-202-56317-7
  31.  
  32. has a chapter on pseudo-ttys that discusses both 4.3BSD-style and
  33. SVR4-style pseudo-ttys.  It only briefly mentions some of the additional
  34. SVR4 (and additional 4.3BSD) stuff, but does refer you to:
  35.  
  36.     UNIX System V Release 4 Programmer's Guide: STREAMS
  37.  
  38.     Prentice-Hall
  39.  
  40. for more information.
  41.  
  42. Both books appear to fall under the heading "check this book before you
  43. ask the net a UNIX programming question, because you may find the answer
  44. there without having to post anything or having to wait for a reply". 
  45. They may well amount to a a hard-bound FAQ....
  46.