dbus performance with large payloads
Lawrence D'Oliveiro
ldo at geek-central.gen.nz
Fri Jun 9 00:56:04 UTC 2023
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>.
More information about the dbus
mailing list