Re: HP/UX 11 test_socket failure
Mats Wichmann <[email protected]> Sun, 20 Oct 2002 11:35:26 -0600
| Newsgroups | gmane.comp.python.snake-farm.user |
|---|---|
| Message-ID | <[email protected]> |
>However, I'm not sure any other OS makes this distinction. If not, it >would be better to switch to O_NONBLOCK for all archs rather than >complicate the code with another ifdef. From a standards perspective, O_NONBLOCK has superseded O_NDELAY. For example, the SUS marked O_NDELAY deprecated, SUSv2 dropped it from all mention (except to note that it had been removed). Don't know how that ties in with the implementation perspective, however.