Fwd: Boost thread library bugs

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

Sean Parent <sparent@adobe.com> writes:
From: "Mike Schuster" <schuster@adobe.com>
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.)
What O/S is being used? I'm guessing MacOS from the descriptions, but I'd like to be sure. If so, we don't currently have anyone working on the MacOS-specific implementation --- as I understand it, the newer versions of MacOS/X use pthreads. If you need a MacOS-specific port, it would be useful if someone would volunteer to write/maintain the code for that port. Anthony -- Anthony Williams Software Developer Just Software Solutions Ltd http://www.justsoftwaresolutions.co.uk

Sean Parent wrote:
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.
1) is about curious BOOST_HAS_MPTASKS stuff, right? 2) is NAD, that's for sure. regards, alexander.
participants (3)
-
Alexander Terekhov
-
Anthony Williams
-
Sean Parent