home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / std_unix / volume.28 / text0048.txt < prev    next >
Encoding:
Text File  |  1992-08-17  |  1.1 KB  |  29 lines

  1. Submitted-by: libes@cme.nist.gov (Don Libes)
  2.  
  3. In article <13t5r3INN4gn@ftp.UU.NET> franl@centerline.com (Fran Litterio) writes:
  4. >If it calls select(2), it's not POSIX.1 comforming.  Can someone
  5. >comment on the reason(s) why select(2) didn't make it into POSIX.1?
  6.  
  7. It was a point of contention for a long time, for starters just to see
  8. what dot-group would handle it.  Last I heard, it was pushed off into
  9. a future .1 addendum.
  10.  
  11. I personally find "poll" (SV's view of the problem) nicer than select
  12. - at least from a user's point of view.  And the man pages for select
  13. are so vaguely worded that there is no one way to do it.  It may seem
  14. like an intuitive function, but there are many dark corners in select
  15. which different vendors have implemented in different ways.
  16.  
  17. Of course, the irony of this is that SVR4 supports select as well as
  18. poll, so it is tempting to consider select the more portable of the
  19. two despite its problems.
  20.  
  21. Richard Stevens' "Advanced Programming in the UNIX Environment" notes
  22. several of the (many) problems with select.
  23.  
  24. Don Libes          libes@cme.nist.gov      ...!uunet!cme-durer!libes
  25.  
  26.  
  27. Volume-Number: Volume 28, Number 50
  28.  
  29.