
15 Jan
2011
15 Jan
'11
8 p.m.
Hi, I'm using boost for interprocess communication using message queue. There are 2 Linux daemons which must exchange data. In daemon A I want to call a C++ function from daemon B and pass some arguments for execution. The function in daemon B must execute the arguments and return the result to daemon A. Is it possible to implement this? Regards Peter