DBus usage for applications and services communication through servicemanager

Thiago Macieira thiago at kde.org
Fri Jun 16 05:39:17 UTC 2017


On Thursday, 15 June 2017 22:10:09 PDT Ravi Kumar Kandati wrote:
> Are you suggesting single D-bus connection for SM. In this case there will
> be delay in processing priority requests when the applications and services
> increases.

Not really, since everything is already serialised via the D-Bus daemon. Even 
if you used multiple processes with each a dedicated connection, the daemon is 
the bottleneck.

In any case, you haven't explained what the SM does. You've only said it 
forwards the requests to other services. That is not a lot of processing, so 
doing everything in the same process, in one thread even, should not introduce 
a big bottleneck.

-- 
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
   Software Architect - Intel Open Source Technology Center



More information about the dbus mailing list