Working Notes: my commonplace notebook for recording & exploring ideas.
Home. Site Map. Subscribe. More at expLog.
Notes on IPC
fork
consequences
SIGHCHLD
or wait
for children explicitly as far as possiblesigaction
write
is async safe, printf
is notvolatile
vars are okay to alterpipe
to open fd to write to & read fromdup
clones to first available file descriptormkfifo
open
blocks till something downstream opens for reading (aside O_NDELAY
)SIGPIPE
to figure out if readers are gonefcntl
mq_overview
, sem_overview
, shm_overview
sem_overview
shm_overview
mmap
, munmap
socket
, bind
, recv
socketpair
— Kunal