shared memory is fastest IPC mechanism , because , it is a simple memory
allocation on physical memory ,
in case of other options like pipes etc , they requires kernel entries ..

Thx,
--Gopi

On Tue, Aug 9, 2011 at 11:00 PM, Varun Jakhoria <varunjakho...@gmail.com>wrote:

> @Raghvendhra +1 ... because it doesn't require entry at kernel
>
> On Tue, Aug 9, 2011 at 10:55 PM, raghavendhra rahul
> <rahulraghavend...@gmail.com> wrote:
> > Shared memory is fastest IPC mechanism, since it doesn’t involve any
> system
> > call as it is done in user space.
> > --
> >
> > Regards
> > Raghavendhra
> >
> >
> >
> > "changing the face" can change nothing .. but "facing the change" can
> change
> > everything
> >
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Algorithm Geeks" group.
> > To post to this group, send email to algogeeks@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.
> >
>
>
>
> --
> Varun Jakhoria
> ...it's only about 0's & 1's
>
> --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To post to this group, send email to algogeeks@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.
>
>


-- 
Thx,
--Gopi

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@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