Advanced #Programming in the #UNIX Environment
Week 12, Non-blocking I/O
In this video lecture, we briefly cover non-blocking I/O, whereby a system call that would normally block, waiting for I/O, returns immediately with an errno of EAGAIN or EWOULDBLOCK. This reaches back into some previous lectures, such as Week 7's discussion of interrupted and reentrant functions.