D-BUS for OS drivers?

Havoc Pennington hp at redhat.com
Fri Feb 17 09:57:41 PST 2006


On Fri, 2006-02-17 at 18:59 +0100, Salvo Isaja wrote:
> As a KDE user, I came on the term "D-BUS", searched it in Wikipedia and 
> found that it's really interesting! I'm wondering if you think D-BUS 
> may be suited for our internal communication, as we really need a clean 
> and extensible interface between our modules.

Sounds to me like you need something in-process, rather than an IPC
system. Look at XPCOM, UNO, etc. But honestly they are probably all
overkill, you might just want to do structs full of function pointers,
or C++.

Havoc




More information about the dbus mailing list