Can php scripts be initiated as a cron jobs running indefinately in a
loop performing a task?
Any recommendations for writing a php script that will run as an unix
server process that will run indefinitely once it starts?
If cron starts it every 10 minutes. How can I check if I my process is
running and then end if an instance is already running?
Thanks
loop performing a task?
Any recommendations for writing a php script that will run as an unix
server process that will run indefinitely once it starts?
If cron starts it every 10 minutes. How can I check if I my process is
running and then end if an instance is already running?
Thanks
Comment