|
|
Subscribe / Log in / New account

Bus1: a new Linux interprocess communication proposal

Bus1: a new Linux interprocess communication proposal

[Kernel] Posted Aug 17, 2016 19:44 UTC (Wed) by neilbrown

Anyone who has been paying attention to Linux kernel development in recent years would be aware that IPC — interprocess communication — is not a solved problem. There are certainly many partial solutions, from pipes and signals, through sockets and shared memory, to more special-purpose solutions like Cross Memory Attach and Android's binder. But it seems there are still some use cases that aren't fully addressed by current solutions, leading to new solutions being occasionally proposed to try to meet those needs. The latest proposal is called "bus1".

Full Story (comments: 39)


Copyright © 2016, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds