This reads entries of a datafile, (Like it's UNIX counterpart) Laid out like so: minutes hours dates months days programName excepts wildcard (*) for all time entries. Example entry: 15,30 * * 12 * perl someScript.pl
This would run <perl someScript.pl> 15 and 30 minutes after of every hour, every date, every day of the month of december.
I am working on the Client version (A Gui interface to configuring entries) With network abilities, so that You can edit the JobRunner Daemon on any JOS machine with Remote Administration enabled. --TimMetzler
The source code for org.jos.util.jobrunner
is now available on-line. -- GilbertHerschberger (31 August 2000).