DBus Specification questions

Lawrence D'Oliveiro ldo at geek-central.gen.nz
Tue Mar 31 20:33:21 UTC 2020


On Tue, 31 Mar 2020 14:22:22 -0400, Robert Middleton wrote:

> ... part of this is to (hopefully) have a better multi-threaded
> implementation than libdbus.

The main point of multithreading is to make concurrent use of multiple
CPUs. It’s not clear why this is of value with D-Bus communication,
since the bottleneck is more likely to be the communication with other
processes. In other words, multithreading isn’t going to speed up your
D-Bus communication.


More information about the dbus mailing list