I am implementing two processes on a LynxOS SE (POSIX conformant) system that will communicate via shared memory.
One process will act as a \"producer\" and the othe
This is done with unnamed POSIX semaphores, i.e. the semaphores themselves are placed in shared memory.