Re: Max tcp connections

Alan Cox (alan@lxorguk.ukuu.org.uk)
Fri, 12 Nov 1999 01:59:42 +0000 (GMT)


> How would it change the comparison if we had a vector version of
> sigwaitinfo that could return n siginfo's at once?

Since you are probably doing

block signal
while(1)
{
pull a signal from queue
some_op(signal->fd);
}

very little.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/