On Tue, 2009-11-17 at 09:16 -0500, Ted Ross wrote: > ... > qpid/sys/posix/AsynchIO.cpp should not use __thread but rather > QPID_TSS. We could then put a Mac-specific implementation of > thread-local in QPID_TSS.
Unfortunately this won't help - QPID_TSS is merely a platform independent piece of syntax for __thread on gcc or __declspec(thread) on Visual Studio. Aaron is saying that the Mac gcc simply doesn't have this piece of syntax working and needs to use other pthread facilities to get the same effect (but using much less easy to use/comprehensible code - believe me I've done both) Andrew --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
