The new pselect() system call
Posted Mar 30, 2006 16:35 UTC (Thu) by
mtk77 (guest, #6040)
Parent article:
The new pselect() system call
The traditional way to deal with this is for the process to create a pipe and the select call to include that in its list. Then, the signal handler just writes a byte down the pipe.
My little inetd at http://hairy.beasts.org/whinetd/whinetd/src/whinetd.c uses this technique.
(
Log in to post comments)