On Tue, Mar 26, 2002 at 12:04:07AM +0100, Jens-Uwe Mager wrote: > Darwin is a BSD kernel on top of MACH. The current implementation maps > POSIX threads to MACH kernel threads in a one to one implementation. The > implementation is not without flaws either, as for example there are > problems with cancellation, signal handling (I believe) and process > shared mutexes.
Awesome! That is good news -- what OS' thread lib doesn't have problems with thread cancellation and signal handling? ;) -a
