multiple services per client?

Lawrence D'Oliveiro ldo at geek-central.gen.nz
Mon Feb 18 06:14:39 UTC 2019


On Mon, 18 Feb 2019 00:52:07 -0500, Felipe Gasper wrote:

> 	It appears to be theoretically possible, but the reference
> implementation’s daemon seems always to rewrite the DESTINATION
> header to be the destination’s unique bus name, which in effect rules
> out multiple services per connection.

If you want to differentiate services, do it based on the interface
name, not the bus name. Remember that a client can easily address a
request to your unique name instead of your well-known name anyway. You
don’t want to behave differently based on this, do you?


More information about the dbus mailing list