Programming and posix - February 2001

February 10, 2001
Solution Symposium
Page 48
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)