|
|
|
|
|
by djcb
4231 days ago
|
|
Agreed -- I remember some of the alternative ways to solve the same
problems, such as CORBA and various custom protocols, but they were
painful to use... Now, early DBus was a bit lacking in that respect as well, but with
GDBus (GLib's DBus implementation) it's become as straightforward as
IPC can be, even in plain C; I've seen quite a few people new to the
technology that were able to get up to speed with it quickly. It'll be interesting to see how people are taking DBus and pushing the
boundaries of what it can be used for, such as kdbus. Thank you hp! |
|