Subj : Re: Recursive mutexes To : comp.programming.threads From : notme Date : Thu Mar 24 2005 11:48 am "Mikhail Polatov" escribió en el mensaje news:uvf7hvjrx.fsf@meta-comm.com... > Why do you need a recursive mutex in the first place? > You can always refactor your code not to use them plus you'll get the > faster code. Thanks for your suggestion, but I can't discuss that :-) I was asked to do it this way. Besides, is for adding to existing code, which is quite big, so I presume the decision is based on that. Refactoring would take a huge effort. So, could somebody critique/correct my implementation? Thanks! .