If you use kqueue(), should you set O_NONBLOCK on your file descriptors? In other words, does kqueue() guarantee that the next I/O operation on a ready file descriptor will not block, regardless of whether O_NONBLOCK is set?
If you use kqueue(), should you set O_NONBLOCK on your file descriptors? In other
Share
Nope.
Yep.