![]() | |||||||||||||
Messages in this thread |
On Mon, 21 May 2001, Alan Cox wrote: > > > I don't need to read it. Don't be insulting. Sure, you *can* use a > > > write(2)/read(2) cycle. But that's two syscalls compared to one with > > > ioctl(2) or transaction(2). That can matter to some applications. > > > > I just don't think so. Where did you see performance-critical use of > > ioctl()? > > AGP, video4linux,... Which, BTW, is a wonderful reason for having multiple channels. Instead of write(fd, "critical_command", 8); read(fd,....); you read from the right fd. Opened before you enter the hotspot. Less overhead than ioctl() would have... - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ | ||||||||||||
| Last update: 2005-03-22 12:17 [W:0.651 / U:0.000 seconds] ©2003-2008 Jasper Spaans | |||||||||||||