|
|
|
|
|
by bsder
982 days ago
|
|
In what way is DBus better than something like Cap'n Proto? What does it cover and not cover? What other IPC/RPCs compete with it? When I start seeing C++, AUTH, and Kerberos I start getting concerned. When I don't find a Python-only module for something claimed to be "simple", I start getting very concerned:
https://pypi.org/project/dbus-python/ |
|
In this specific context it is less about being better and more about being the standard for apps that are part of the Linux desktop except for Wayland which has its own. There are benefits in developers all being familiar with dbus, not having to use different clients for each program you want to talk to, it is easier to secure, etc.