Hacker News new | ask | show | jobs
by bitwize 4261 days ago
Dbus.

In the very near future, everything on Linux will be done with dbus.

1 comments

I sincerely hope you are joking. Dbus-as-IPC doesn't make for composability at all, since each program must be aware of (1) the names and signatures of each other program's dbus-accessible methods, and (2) each other program's behavioral semantics with respect to the method invocation.