$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2004-01-30 11:49:56
> How about using Boost.Thread's call_once function? I realize it requires
> extra code, but something along these lines seems like it should both
> avoid too much locking and still work:
>
Aha, good thinking, yes that's a good idea.
John.