Kernel events without kevents
Posted Mar 15, 2007 16:17 UTC (Thu) by
felixfix (subscriber, #242)
In reply to:
Kernel events without kevents by pphaneuf
Parent article:
Kernel events without kevents
Multiple writers to one pipe can easily interleave. It's been a while now, but there is that message pipe, is it the ATT substitute? which only writes complete messages atomically or returns an error. But regular pipes have no guarantees, just like writing to any file. If your data crosses a block boundary, you have no guarantees, and maybe not even if you stay within block boundaries.
(
Log in to post comments)