I'm looking for suggestions on possible IPC mechanisms that are:
- Cross platform (Win32 and Linux at least)
- Simple to implement in C++ as well as the most common scripting languages (perl, ruby, python, etc).
- Finally, simple to use from a programming point of view!
What my options are? I'm programming under Linux, but I'd like what I write to be portable to other OSes in the future. I've thought about using sockets, named pipes, or something like DBus.