btw if I can make a suggestion, it's quite confusing to talk about "dbus" unqualified when we are talking about implementation issues, since it muddles bus daemon vs. clients, and also since there are lots of implementations of the client bindings:
http://www.freedesktop.org/wiki/Software/DBusBindings/ For the bus daemon, the only two implementations I know of are the original one (which uses libdbus as its binding) and kdbus, though. I would expect there's no question the bus daemon can be faster, maybe say 1.5x raw sockets instead of 2.5x, or whatever - something on that order. Should probably simply stipulate this for discussion purposes: "someone could optimize the crap out of the bus daemon". The kdbus question is about whether to eliminate this daemon entirely. Havoc -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/