I have a thread which is misbehaving. It's due to a call to
my.computer.net work.ping sometimes never responding (I'm assuming this is a
bug in .Net 2.0). I need to have a thread running which constantly monitors
all the other threads in my program (actually implemented using background
workers) and if it stops using CPU, then kill it, and relaunch it.
How can I implement the monitoring part?
-Jerry
my.computer.net work.ping sometimes never responding (I'm assuming this is a
bug in .Net 2.0). I need to have a thread running which constantly monitors
all the other threads in my program (actually implemented using background
workers) and if it stops using CPU, then kill it, and relaunch it.
How can I implement the monitoring part?
-Jerry
Comment