Wednesday, December 24, 2008

NPTL threads issue :-

Linux NPTL thread library implements thread cancellation by throwing an (implementation-defined) exception that you are not allowed to finalize (i.e., you can catch it but you have to rethrow). The problem is that you cannot identify this exception in your C++ program. This is one the issue with NPTL threads.

No comments: