DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Developing applications over TCP/IP using Internet sockets

Signal and process groups (Internet domain)

Each socket has an associated process group, just as a terminal does. The socket's process group is initialized to the process group of its creator, but may be redefined at a later time with the SIOCSPGRP ioctl:

ioctl(s, SIOCSPGRP, &pgrp);

A similar ioctl, SIOCGPGRP, is available for determining the current process group of a socket.

The presence of out-of-band data is signaled to the socket's process group through the use of the SIGUSR1 signal (used where a BSD system would use the SIGURG signal).


Next topic: Pseudo terminals (Internet domain)
Previous topic: Flushing Routine

© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003