I need to introduce IPC in my applications, I also need to continue to distribute on GNU/Linux and Windows (currently I'm using mono on GNU/Linux and .NET on Windows with GTK+ support on both). Communication is limited on the same box.
Which is the best way to do IPC on both systems?
I read that DBUS is available also on Windows with the mainstream source code. Anyone has exprerience in using it, on windows I mean?
Thanks in advance to all of you.