Programming and posix - April 2002

April 3, 2002
Solution Symposium
Page 49
hp e3000
programming
and posix
interprocess communication (ipc)
Pipes
pipe(fd[2])
popen()/pclose()
FIFOs
mkfifo(pathname)
Message queues (in libsvipc)
Semaphores (in libsvipc)
Shared memory (in libsvipc)