I have a PHP script that opens up a socket, and reads data. This is a persistent socket. The problem is that if I launch it from my browser, I have to keep my browser open. If I launch it as a CRON job, then I will disconnect every time the cron job runs. Any suggestions?