$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Jim.Hyslop (jim.hyslop_at_[hidden])
Date: 2002-07-19 13:45:47
bill_kempf (williamkempf_at_[hidden]) wrote:
> --- In Boost-Users_at_y..., Herve Blanc <blanc_at_s...> wrote:
> > If not again, why and how do you deal with the problem then?
>
> Use an external mutex to achieve the proper lock granularity.
Herve, for further reading, I suggest Herb Sutter's books "Exceptional C++"
and "More Exceptional C++". I think you'll find the section in MXC dealing
with copy-on-write and thread-safety particularly enlightening.
-- Jim