About performance of D-Bus

Havoc Pennington hp at pobox.com
Wed Nov 5 07:51:56 PST 2008


Hi,

On Wed, Nov 5, 2008 at 10:41 AM, Jerome Philbert
<jerome.philbert at gmail.com> wrote:
> In your previous email, you also suggest :
>
> -did not try to "multiplex" code modules with "path registration" or
> "handler registration"
>
> What do you mean exactly ?
>

DBusConnection lets you register handlers of various kinds; this adds
overhead, as opposed to an API where there's only 1 central handler
for the entire app.

Basically the API could be *only* something like
dbus_connection_pop_message(), which would be inflexible, but faster.

Havoc


More information about the dbus mailing list