Subj : Re: Non-strictly-conforming and unspecified versus undefined behavior To : comp.programming.threads,comp.std.c From : Alexander Terekhov Date : Tue Feb 22 2005 03:41 pm Gianni Mariani wrote: [...] > There are > definite merits to having objects accessible by only a single thread. Such as? > What practical use is there in supporting only "thread specific" object > mappings ? Sharing. If you don't want sharing, use multiple processes, not multiple threads within a process. regards, alexander. .