As rahul rai said, you can ensure that two processes run independently; one 
can't affect the other's memory. Similarly you can ensure the running 
process can't access memory outside its allocated space.  You can arrange 
for two or more processes to share pages.  You can map memory space to 
files.  The VM hardware can detect memory access past the current arena to 
support garbage collection. 

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to