in reply to
monitor a process's state.
What I would do:
Define what "hung" means and how you can detect this (hard part).
Write a nagios (or whatever monitoring tool you're using) script that checks for this condition (easy part).
Comment on
Re: monitor a process's state.
In Section
Seekers of Perl Wisdom