shared memory- when the object is destroyed?
Posted: Sat Aug 28, 2004 5:37 am
What should happen, when the process owning a piece of data decides to unshare it while other processes share the data as well? ???
Should they be killed at once as they cannot use the data anymore? Should they be killed when accessing the shared data? Should I copy the physical adresses of the data's pages and not dispose them when the first process dies?
Cheers,
~Adrian
Should they be killed at once as they cannot use the data anymore? Should they be killed when accessing the shared data? Should I copy the physical adresses of the data's pages and not dispose them when the first process dies?
Cheers,
~Adrian