Re: dbus message queue latency time is not constant for same data payload

Lawrence D'Oliveiro <ldo-kC51rjc0cqs1dNLGKZg6taU/[email protected]> Wed, 24 May 2023 10:39:53 +1200
Newsgroups gmane.comp.freedesktop.dbus
Organization Geek Central
Message-ID <[email protected]>
On Tue, 23 May 2023 09:56:39 +0530, deepak jewargi wrote:

> Latency time between transmitting from one process and receiving at
> another process is not constant for the same payload message.

My guess is, don’t expect D-Bus to operate as a channel for
high-performance IPC.

You could still use it to set up a high-performance channel, by
using D-Bus messages to exchange pipe/socket file descriptors. You can
then do the main part of your communication directly via that
lower-level connection, limited only by kernel performance.