Re: epoll vs stdin/stdout

Jamie Lokier (jamie@shareable.org)
Tue, 8 Jul 2003 14:51:09 +0100


Doh! I'm sorry. I forgot that the lookup key is actually (epoll_fd,
file *, fd).

So all I said in the parent mail about problems with fds shared among
multiple processes is nonsense - they will each have a different
epoll_fd, so maintain separate epoll state.

Remember not to take me seriously in future.
(Oh, you weren't... :)

-- Jamie (blushing)
-
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/