$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [interprocess]message_queue multi-client
From: Laurence Chambenois (lchambenois_at_[hidden])
Date: 2009-04-30 13:31:29
Hi,
I need to communicate from x clients processes to one server process.
I want to use the message_queue to send messages from the clients to the
server, and when the server is done, it sends back its answer to the client.
Do you have any examples ? with one bidirectionnal message_queue, or do
I have to create a message_queue for each "direction" ?
How can I deal with one message_queue and multiple process so that the
request sent to one process is read by the good process ?
Thanks for your help
Laurence