OpenBinder

OpenBinder

OpenBinder is a system for inter-process communication.[1] It was developed at Be Inc. and then Palm, Inc.[2] and was the basis for the Binder framework[3] now used in the Android operating system developed by Google.[4]

OpenBinder allows processes to present interfaces which may be called by other threads. Each process maintains a thread pool which may be used to service such requests. OpenBinder takes care of reference counting, recursion back into the original thread, and the inter-process communication itself. On the Linux version of OpenBinder, the communication is achieved using ioctls on a given file descriptor, communicating with a kernel driver.

The kernel-side component of the Linux version of OpenBinder was merged into the Linux kernel mainline in kernel version 3.19, which was released on February 8, 2015.[5]


References

  1. Eugenia Loli-Queru, Introduction to OpenBinder and Interview with Dianne Hackborn, OSNews, 14 February 2006.
  2. Aleksandar Gargenta, Deep Dive into Android IPC/Binder Framework, What is Binder?, 17 February 2013
  3. Ben Leslie, Android: strace runtime, Benno’s website, 18 November 2007.
  4. "Linux kernel 3.19, Section 1.4. Android binder moved to stable". kernelnewbies.org. February 8, 2015. Retrieved February 18, 2015.

Share this article:

This article uses material from the Wikipedia article OpenBinder, and is written by contributors. Text is available under a CC BY-SA 4.0 International License; additional terms may apply. Images, videos and audio are available under their respective licenses.