Script Alone
Package:
Summary:
Manage the execution of PHP daemon scripts
Groups:
Author:
Description:
This class can be used to manage the execution of PHP daemon scripts.
It can store in control file the state of the currently running script.
The class can check that file to see if an instance of the script is already running to prevent that more than one instance of the script is being executed.
It can also check if another control file exists as a flag indicating that another script instructed the current instance to stop and exit.
It can store in control file the state of the currently running script.
The class can check that file to see if an instance of the script is already running to prevent that more than one instance of the script is being executed.
It can also check if another control file exists as a flag indicating that another script instructed the current instance to stop and exit.
Comments are closed.