$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: duncan_at_[hidden]
Date: 2001-06-28 13:47:07
Thinking about my previous experience with threads, two things I have
had cause to do:
1) Get a unique thread id in a string format suitable for logging.
2) Use thread local storage or be able to implement it by having
some thread id that can be stored in a map or hash.
Does the Boost thread interface need to support either of these.
-- Duncan Harris, Sapio Design Ltd, Manchester, U.K.