Documentation : cron.php
cron.php - Launch periodic jobs
This script includes all scripts bound to the id 'tick'.This is achieved through the loading of hook definitions, if any. See control/scan.php for more information on hooks.
It can be launched either from the command line, making it suitable to be invoked from a crontab, or remotely through the web, for example through wget and the like.
This architecture allows for different kinds of background processing:
http://a_nice_server/yacs/cron.php).To enable running from anywhere the script change the current directory to where it is located. Alternatively, you can set the environment variable '
YACS_HOME'
to point to the installation path of YACS.For example:
set YACS_HOME = "c:/public/yacs"
The script ensures a minimum delay of 5 minutes between successive ticks.
This script is a reference file of this system.
Voir aussi :
Licence : GNU Lesser General Public License
Auteurs :
- Bernard Paques bernard.paques@bigfoot.com