Hi there,
I am wondering does anyone have any idea how to execute PHP scripts (a maintenance script in my case) in the background. The reason for this is because I don't want visitors to be slowed down by the maintenance execution, so having it run as a separate process would help a lot.
I have thought about running cron jobs but I want to enforce a maintenance if cron job stops working for some reason.
Any help or ideas would be greatly appreciated.
tim