Shared Memory: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
Combuster (talk | contribs)
ported Shared Memory page
 
Combuster (talk | contribs)
m Forgot the category tag
Line 18:
 
There are many things to consider here: Authentication, for example. Or that, if the shared physical memory is not mapped to identical virtual address ranges in process A and process B, any pointers in the shared memory structures must be offsets instead of absolute pointers, or they will no longer point to the same thing in the other process' address space.
 
[[Category:IPC]]