thrift/lib
Marc Slemko 67606e5d72 Modified PosixThreadFactory::PThread:
Pay attention to detached flags.  If thread is create non-detached and has not been joined when all references are given up,
        (ie boost::share_ptr calls ~PThread) do the join in the destructor to prevent thread ids from being leaked.

Modified ThreadFactoryTests.reapNThreads:
        Loop M times for M threads where M x N is bigger than 32K to verify that thread ids aren't leaked

Modified TimerManager.cpp:
        Removed debug messages.

Reviewed By: mcslee

Revert Plan: revertible

Test Plan: concurrency_test thread-factory passes


git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665129 13f79535-47bb-0310-9956-ffa450edef68
2007-06-04 21:01:19 +00:00
..
cpp Modified PosixThreadFactory::PThread: 2007-06-04 21:01:19 +00:00
java Forgot to add ProcessorFactory 2007-06-01 23:04:09 +00:00
perl Memory buffer for perl 2007-05-31 02:30:34 +00:00
php PHP new build fix for TBinaryProtocol 2007-04-03 03:16:11 +00:00
py Various Thrift fixes, including Application Exception support in Ruby, better errror messages across languages, etc. 2007-03-14 02:47:35 +00:00
rb Various Thrift fixes, including Application Exception support in Ruby, better errror messages across languages, etc. 2007-03-14 02:47:35 +00:00