|
Shared Memory/ Semaphores
Does anyone have a good source of information on this topic.
To be specific, i was researching the issue of shared memory for IPC memory management and have found a lot of the same genric answers.
My question was whether the shared memory which is allocated by shmget() resides on process heap/stack and can it be used to share the stack space?
I have been looking at some material which summarizes the shared memory as linked to process address space. Thanks for any advice.
|