Innovation Award
 March 2007
Number 4 |
Many Web applications need to execute periodical tasks, like sending newsletters, processing pending e-commerce orders, etc..
Some operating systems come with programs, like cron or at, to execute scheduled tasks. However, under some Web hosting environments these programs cannot be used.
This class provides an alternative solution that can be used in more restricted hosting environments.
It uses files to keep track of the last time when a periodical task was executed.
The site Web page scripts can use the class to check these files. The class can tell when it is time to execute a task again. When it is time, the same script can execute the scheduled task without depending on external programs.
Manuel Lemos |
This class can be used to check whether it is time to run a task that must run from time to time.
It creates a control file to keep track the last time the task was scheduled.
The class can check the control file last modification time to determined whether it passed a given period of time since the last time the task was run.
If the given interval time has passed since the last run, the class recreates the control file and returns true to inform the application that is time to run the task again.
| Project record: |
virtualcron |
| Popularity score: |
42.43 |
| Vitality score: |
1.0 |
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (91.7%) |
Good (83.3%) |
- |
Good (83.3%) |
- |
- |
Sufficient (62.5%) |
518 |
| Month: |
Not yet rated by the users |
| Link |
Description |
| Corissia Group Hotels |
website that uses the virtualcron class to periodically fetch xml data (e.g weaher content) |
 If you know an application of this package, send a message to the author to add a link here.
|
|