System V IPC vs POSIX IPC

Both have the same basic tools — semaphores, shared memory and message queues. They offer a slightly different interface to those tools, but the basic concepts are the same. One notable difference is that POSIX offers some notification features for message queues that Sys V does not. (See mq_notify().) Sys V IPC has been around … Read more