Post #2316315
2026-03-28 15:10 UTC
More digging into systemd
At the heart of it is a communication system that allows arbitrary data and is shuffling it around using unix domain sockets.
Some of these messages can be calls to functions in the target process.
I have mixed thoughts about this.
I see the need for a good communication layer above SysV IPC but arbitrary messages and being able to call functions across processes?
Will have to think about this.
#linux
Replies (0)
No replies.