Tagged Questions
3
votes
2answers
289 views
IPC: Shared memory killed process notification
In shared memory system, when two processes share a shared memory segment, after one process is killed, how will the other running process be notified of the killed process by the shared memory system ...