Re: dbus performance with large payloads
Lawrence D'Oliveiro <ldo-kC51rjc0cqs1dNLGKZg6taU/[email protected]> Fri, 9 Jun 2023 12:56:04 +1200
| Newsgroups | gmane.comp.freedesktop.dbus |
|---|---|
| Organization | Geek Central |
| Message-ID | <[email protected]> |
On Sat, 3 Jun 2023 09:02:47 +0000, Rohit Pai wrote: > Can we still use regular dbus method call for such large payload ? I would say, basically, try it and see. Is your application tied to the presence of a GUI desktop environment? Because that is the situation that D-Bus is designed for. Otherwise, it’s easy enough to design your own client/server-type protocol. For example, I added a very basic (not to say crude) JSON-based one for monitoring progress in my scan_disks scripts <https://github.com/ldo/scan_disks>.