IPC and Shared Memory blocks
- Posted by katsmeow Sep 22, 2016
- 2358 views
I fired up Patrat's IPC client server demo using IPC.ew, and surprise-surprise, client is blocked (program flow is stopped) during the send msg process until server does some stuff and frees the handle.
And the server doesn't serve anything to anything, it just displays msgs from clients. The clients do not see each other's msgs.
Am i missing some important clues?