On Jul 17, 9:05 am, Jean-Baptiste Queru <
j...@android.com> wrote:
> Binder has additional features that sockets don't have. E.g. binder
> allows passing file descriptors across processes.
So do unix domain sockets. Most would assume that inspired Binder's
capability to do so. But Binder can do similar magic and reference
counting on other sorts of objects, shich sockets would not without
building on top of them.
> JBQ
>
>
>
>
>
>
>
>
>
> On Mon, Jul 16, 2012 at 10:35 PM, Ubuntu guy <
sam_...@yahoo.co.in> wrote:
> > Hello,
>
> > I'm trying to understand the reason as to why binder is used for
> > IPC over other mechanisms like sockets.
> > Starting gingerbread, pipes were used to dispatch key events to
> > applications (over binder) for performance and was primarily meant for
> > games. So i guess, performance wouldn't have been a reason. So what
> > else is the reason to use binder over sockets?
>
> > --
> > You received this message because you are subscribed to the Google Groups "android-platform" group.
> > To post to this group, send email to
android-...@googlegroups.com.
> > To unsubscribe from this group, send email to
android-platfo...@googlegroups.com.
> > For more options, visit this group athttp://
groups.google.com/group/android-platform?hl=en.