|
|
Subscribe / Log in / New account

Discoverability

Discoverability

Posted Aug 18, 2016 0:19 UTC (Thu) by tomegun (guest, #56697)
In reply to: Bus1: a new Linux interprocess communication proposal by cruff
Parent article: Bus1: a new Linux interprocess communication proposal

As the article says, one way to have some global broker, would be through a UDS socket where bus1 fds could be passed back and forth to query the required handles.

Another approach that we played around with would be to have a service manager pass in a pre-initialized bus1 fd when it spawns a service, containing handles to all its dependencies. This would require something like dependencies being declared in a manifest installed with each service and have nodes created and handles distributed accordingly.


to post comments

Discoverability

Posted Aug 25, 2016 6:32 UTC (Thu) by HelloWorld (guest, #56129) [Link]

The latter sounds a lot like CloudABI, have you given that a look?


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