@ashish

shared memory is pushed onto kernel stack whenever there  is a context
switch so it can be accessible only to process having the accessibility for
that shared region however in case of ISR or some other service rotuine
which handle different interrupts will not be able to communicate with that
process because it is already pushed onto stack so..this statement can't be
generalised that shared memory is an IPC mechanism....

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

Reply via email to