| Recommend this page to a friend! |
| Author | ||
![]() |
|
Innovation award![]() Nominee: 2x | |||||||||||||||||||
| Classes of Giorgos | > | Virtual Cron | > | Download .zip .tar.gz | > | > | > | |||||
|
|||||||||||||||||||||||
| Groups | Freshmeat project | Applications | ||||||||
| Groups | ||
| Time and Date | Time and date values, formats and conversion | View top rated classes |
| Innovation Award | ||
![]() March 2007 Number 4 Prize: One downloadable copy of PhpED Professional |
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 |
| Freshmeat project | ||
| Project record: | virtualcron |
|---|---|
| Popularity score: | 33.99 |
| Vitality score: | 1.0 |
| User ratings | ||
| Ratings | ||||||||
|---|---|---|---|---|---|---|---|---|
| All time: | ||||||||
| Month: | ||||||||
| Applications that use this class | ||
| Link | Description |
|---|---|
| Corissia Group Hotels | website that uses the virtualcron class to periodically fetch xml data (e.g weaher content) |
| File | Role | Description |
|---|---|---|
| Class | the virtual cron class source | |
| Data | the control file | |
| Example | a little example |
| Download all files: virtualcron.tar.gz virtualcron.zip |