$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Michael Glassford (glassfordm_at_[hidden])
Date: 2004-07-01 09:10:58
Neal D. Becker wrote:
> I know almost nothing about threads. Still I thought this link might be of
> interest for boost::thread.
Thanks.
> I'm guessing that the term "Thread Local
> Storage" is the same as "Thread Static Storage".
Yes, they are the same, though "Thread Specific Storage" is the more
usual way of reading "tss", I think (at least in the context of
Boost.Threads).
Mike