What is the best way to keep a PHP script running as a daemon, and what\'s the best way to check if needs restarting.
I have some scripts that need to run 24/7 and f
I've had success with running a wget and sending the result to /dev/null on a shared server.