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 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ freedos-32-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-32-dev
