Subj : Re: Challenge: Multithreading & Synchronization To : comp.programming.threads From : Uenal Mutlu Date : Sat May 21 2005 02:23 pm "doug" wrote > > Uenal, you keep coming up with new magic to make your code work. Do as > David asks - present a *complete* implementation of a recursive mutex that > is not slower than a non-recursive one. (A win32 CriticalSection is not an The statement is not correct. What I said is that my implementation of mutex (both recurs and non-recurs variants) is at least 2x faster than the standard method of Windows (ie. the CriticalSection). > example - it's recursive to begin with.) No magic, please - the full > implementation. I have neither the intent to be a free code deliverer for you, nor am I going to disclose to you the internals of my code. My code works. If you doubt it then I can't help you. I can give you only compiled demo code (lib for MSVC++) for testing. Contact via email if interessted and specify what you would like to test, describe as much as possible. .