Network I/O multiplexing questions.

2001-01-17 Thread Trent Nelson
Hi, 1. Is there any performance/efficiency gained when read and write operations on multiple sockets are grouped together? That is, after the I/O multiplexer function returns (i.e. select/poll/kevent), all read operations on sockets are done together (say, encapsulated by a

Re: Network I/O multiplexing questions.

2001-01-17 Thread Warner Losh
In message [EMAIL PROTECTED] Trent Nelson writes: : 1. Is there any performance/efficiency gained when read and write : operations on multiple sockets are grouped together? That is, after : the I/O multiplexer function returns (i.e. select/poll/kevent), all : read operations on