IPC Shared Memory

What happens?

Server writes English alphabet in shared memory and it waits until another process writes *.

Client writes *, so server is down. Next time, client read new shared memory.

Kerrisk, M. (2018). The linux programming interface a linux und Unix system

programming handbook. No Starch Press. Chapter 43 and Chapter 48.