Re: DBus Specification questions
Lawrence D'Oliveiro <ldo-kC51rjc0cqs1dNLGKZg6taU/[email protected]>
| Newsgroups | gmane.comp.freedesktop.dbus |
|---|---|
| Organization | Geek Central |
| Message-ID | <[email protected]> |
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. _______________________________________________ dbus mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/dbus