The new pselect() system call
Posted Mar 31, 2006 4:24 UTC (Fri) by
hppnq (guest, #14462)
In reply to:
The new pselect() system call by clugstj
Parent article:
The new pselect() system call
Mmmh, I like the fact that system calls can be interrupted. :-)
Signals can be used for notifying process groups asynchronously of some event, for instance, which is likely to be a bit more tricky to do with select(). Yes, this is ancient Unix, but so is the concept of the tty.
Using select() as a replacement for signal handling is a quite tricky hack that only solves one specific problem and creates a couple of others, so I'm glad work is being done to implement the appropriate, standard interface. :-)
(
Log in to post comments)