
Begin forwarded message:
From: "Mike Schuster" <schuster@adobe.com> Date: September 15, 2005 6:11:03 PM PDT To: "Sean Parent" <sparent@adobe.com> Subject: RE: Boost thread library bugs
I just downloaded it and took a look.
Bugs 1) and 2) still exist.
Bug 3): read_write_mutex had a major rewrite, and looking at the new code, bug 3) appears to have been discovered and addressed. However, the code is quite a bit more complicated (1700 lines versus 1100 lines). I will do some testing and more investigation in the next few days.
(By the way, my implementation of a "most useful subset" (in my opinion) of read_write_mutex is 100 lines. Boost may have gone overboard here at the price of performance.)
-Mike
-----Original Message----- From: Sean Parent [mailto:sparent@adobe.com] Sent: Thursday, September 15, 2005 3:46 PM To: Mike Schuster Subject: Re: Boost thread library bugs
Have you looked at 1.33.0 yet to see if any of these are fixed? Sean