$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Christian Thäter (chth_at_[hidden])
Date: 2001-07-12 13:13:57
> * difficult/inefficient to make thread safe.
nothing in the standard library is thread-safe in sense of concurrent writes, u cann't even share an auto_ptr between threads.
i think C++ lacks of some threading API or at least some atomic test&set operations to do so.