$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Call C++ function from second Limux daemon
From: derleader mail (derleader_at_[hidden])
Date: 2011-01-15 15:00:28
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