Jump to content
Xtreme .Net Talk

Recommended Posts

Posted
We have a service that runs several threads to handle different functions required by the service. One of the functions stops working after several days. I assume the thread no longer exists or is not running. How can I monitor that or tell if a thread no longer exists or is no longer running?
  • Leaders
Posted
I think that ideally you would want to figure out why the thread is crashing (unless, of course, you already know what the problem is). Also, what version of .NET are you using? I believe that 1.x deals with unhandled exceptions differently than other versions (failing silently versus taking the whole ship down). If you're not using 1.x and threads are silently disappearing, I'm a bit confused.
[sIGPIC]e[/sIGPIC]

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...