Messages in this thread |  | | From | "David Schwartz" <> | Subject | RE: kqueue microbenchmark results | Date | Wed, 25 Oct 2000 15:11:37 -0700 |
| |
> 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 majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |