Multithreading with QtDBus

Ville M. Vainio vivainio at gmail.com
Thu Nov 1 07:48:22 PDT 2012


On Thu, Nov 1, 2012 at 4:14 PM, Ogden, Nick <nick.ogden at usa.g4s.com> wrote:

> My first question is whether or not this usage scenario is supported /
> expected to work with QtDBus?

DBus just isn't thread safe, even if it does a best effort to do that.

(unless this has changed in recent years; If it has changed, I missed the memo).

To be safe, ensure everything that touches dbus happens in the
applications main loop.


More information about the dbus mailing list