Search Results

1
vote

What’s the best way to keep a PHP script running as a daemon?

I've had success with running a wget and sending the result to /dev/null on a shared server. …