I have a PHP
script that listens on a queue. Theoretically, it's never supposed to die. Is there something to check if it's still running? Something like Ruby's God ( http://god.rubyforge.org/ )
for PHP
?
God is language agnostic but it would be nice to have a solution that works on windows as well.