If a UDP socket selects readable, am I assured that the next read call will not block? If a socket is nonblocking, can I use setitimer and handle SIGALRM, and be assured that the process will not be put to sleep waiting for I/O on the socket, thus returning EINTR due to the signal? -- Jonathan Graehl email: [EMAIL PROTECTED] web: http://jonathan.graehl.org/ phone: 858-642-7562 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message
- safety from EINTR Jonathan Graehl
- safety from EINTR Garrett Wollman