Re: mixture of multi-threading libraries



Instead of dealing with all the complexity of Pthread,
they may just rely on Pth (the most portable?).

I do not understand your view that the other library might be easier to use.
Which features are you missing for convenience?

It is usual that it takes some learning time to get used to multi-threaded
software development.


So I was evaluating the difficulty of being compliant with both levels
of threads at the same time and independantly.

Where does it really matter in your own API design?
Do you need any additional thread objects that will be concurrently running in
the context of a preemptive thread from the operating system?

Regards,
Markus
.