C
Claire
We've had problems with a third party dll that communicates over a network
and would like to be able to monitor each function call.
We thought of using a 2nd thread which would log an alert if the 1st thread
didn't emerge from a dll function call within a certain timeout period
What I need to know is if all application threads hang while one is stuck or
if they will keep running nevertheless.
thanks
and would like to be able to monitor each function call.
We thought of using a 2nd thread which would log an alert if the 1st thread
didn't emerge from a dll function call within a certain timeout period
What I need to know is if all application threads hang while one is stuck or
if they will keep running nevertheless.
thanks