Re: DBus usage for applications and services communication through servicemanager
Thiago Macieira <[email protected]>
| Newsgroups | gmane.comp.freedesktop.dbus |
|---|---|
| Message-ID | <1942125.CVCAEIYXrO@tjmaciei-mobl1> |
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 _______________________________________________ dbus mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/dbus