Continuing from the previous post, we discuss three different IPC systems in this post : POSIX API for shared memory, Message passing in Mach and Shared memory as a mechanism for message passing in Windows. POSIX Shared Memory Before discussing the shared memory mechanism for inter-process communication in POSIX, let Read More …