> Now, next time around the loop, we get a notification for an event
> when there is no data to read.  The application now must be prepared
> to handle this case (meaning no blocking read() calls can be used).
> --
> Jonathan

        If the programmer never wants to block in a read call, he should never do a
blocking read anyway. There's no standard that requires readability at time
X to imply readability at time X+1.

        DS

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to