OT: Is ORBit still faster than DBus?
OT: Is ORBit still faster than DBus?
Posted Jul 29, 2010 18:27 UTC (Thu) by hp (guest, #5220)In reply to: OT: Is ORBit still faster than DBus? by aleXXX
Parent article: GNOME 3.0 release delayed
minimizing IPC and going peer-to-peer instead of through the bus are both good suggestions.
if you have simple needs just using a raw unix socket instead of a whole IPC "system" might be a good option too. for peer-to-peer the "XMLSocket" protocol that Flash uses is a nice simple one: bidirectional stream of nul-separated strings. Not a lot of code to write for that.
anyway, anyone is welcome to improve libdbus or gdbus or any of the other implementations of dbus, of course! make it do what you need. that's what open source is about.