Could someone help me with these questions:
What is the memory (code/data) sections shared by threads within the same process (not shared by different processes)?
Can two processes share their virtual address space?
Can two processes share global variables?
What kind of data sharing can be implemented among processes, using memory mapped files?
Is it possible to share a linked list using memory mapped files? And an array of numbers?