RE: Health monitor of a multi-threaded process

2007-09-10 Thread David Schwartz
> > 4) Threads are not in any infinite loop. > This requires solving the Halting Problem. If your management is > demanding this > feature, I suggest informing them that it is mathematically impossible. Christ, these academics! They take real world problems that engineers actually *solve*

Re: Health monitor of a multi-threaded process

2007-09-10 Thread Chris Snook
Yishai Hadas wrote: Hi List, I'm looking for any mechanism in a multi-threaded process to monitor the health of its running threads - or by a specific monitor thread or by any other mechanism. It includes the following aspects: 1) Threads are running and not stuck on any lock

Re: Health monitor of a multi-threaded process

2007-09-10 Thread Chris Snook
Yishai Hadas wrote: Hi List, I'm looking for any mechanism in a multi-threaded process to monitor the health of its running threads - or by a specific monitor thread or by any other mechanism. It includes the following aspects: 1) Threads are running and not stuck on any lock

RE: Health monitor of a multi-threaded process

2007-09-10 Thread David Schwartz
4) Threads are not in any infinite loop. This requires solving the Halting Problem. If your management is demanding this feature, I suggest informing them that it is mathematically impossible. Christ, these academics! They take real world problems that engineers actually *solve* every

Health monitor of a multi-threaded process

2007-09-09 Thread Yishai Hadas
Hi List, I'm looking for any mechanism in a multi-threaded process to monitor the health of its running threads - or by a specific monitor thread or by any other mechanism. It includes the following aspects: 1) Threads are running and not stuck on any lock. 2) Threads are running

Health monitor of a multi-threaded process

2007-09-09 Thread Yishai Hadas
Hi List, I'm looking for any mechanism in a multi-threaded process to monitor the health of its running threads - or by a specific monitor thread or by any other mechanism. It includes the following aspects: 1) Threads are running and not stuck on any lock. 2) Threads are running