home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / sysv386 / 14051 < prev    next >
Encoding:
Internet Message Format  |  1992-09-07  |  1023 b 

  1. Path: sparky!uunet!gatech!darwin.sura.net!wupost!cs.utexas.edu!sun-barr!news2me.ebay.sun.com!cronkite.Central.Sun.COM!cronkite.central.sun.com!dougm
  2. From: dougm@boulder.Central.Sun.COM (Doug McCallum)
  3. Newsgroups: comp.unix.sysv386
  4. Subject: Re: No more processes ?  It's a lie !
  5. Date: 4 Sep 92 15:10:46
  6. Organization: SunSoft, Inc.
  7. Lines: 8
  8. Message-ID: <DOUGM.92Sep4151046@boulder.Central.Sun.COM>
  9. References: <dtlnb9m.enertec@netcom.com>
  10. NNTP-Posting-Host: boulder.central.sun.com
  11. In-reply-to: enertec@netcom.com's message of Thu, 03 Sep 92 16:09:34 GMT
  12.  
  13. The "poll()" call can return EAGAIN but it has nothing to do with
  14. number of processes.  The EAGAIN error return was extended
  15. (overloaded) to mean that you should try the poll call again.  Many
  16. applications do not do that and assume that it is a fatal error.  The
  17. EAGAIN on a poll means that some internal data structure was
  18. unavailable at the time of the call.  Most of the time this is
  19. transient and should clear up.  The documentation even says you should
  20. try again.
  21.