Quote:
|
Originally Posted by elzalem
I was hoping to be able to find a solution similar to the threads where all the processes share all the variables...
|
There is, it's called shared memory, but for some reason you discounted this option in your title.
Look at
mmap(MAP_SHARED|MAP_FIXED)