hay guys
I want to use shared memory for communication between multiple processes, each one can write and read. I am unable to build the logic, should I go for each process has shared memory with other or should I create one block of memory and shared between all of them.
Second is better but I dont know how to do that, I have some experince of working with shared memory between two process but how to that for multiple processes, how to use locks, what sort of locks avaliable, if there is any tutorial it would b great for me.
Thanks