The real issue here is that I call public mutex protected functions from
within other public mutex protected functions. I could farm that stuff out to
internal implementations but it seems kind of dumb to have to do that for each
function i wanna call internally.

elrod

[EMAIL PROTECTED] wrote:

> The UNIX thread implementations are now cross platform recursive
> mutexes. So, you can use it.
>
> However, its generally better to design a system that does not depend
> on recursive mutexes.
>
> --ruaok         Freezerburn! All else is only icing. -- Soul Coughing
>
> Robert Kaye -- [EMAIL PROTECTED]  http://moon.eorbit.net/~robert

Reply via email to