$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [interprocess]message_queue is a block & sync ?
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2009-09-01 03:32:03
jon_zhou_at_[hidden] escribió:
> Hi there,
> Does message_queue run in block and sync mode?
>
> i.e. will the MQ->recv() be blocked if the receiving buffer is empty?
>
Yes, but you have try and timed functions.
Ion