Webhosting
Domein Registratie
Winkelwagen
NB Webmail
Onze Gegevens
Helpdesk
User:
Pass:
Opslaan:
Ja
Nee
Autom.:
Ja
Nee
Login:
Gegevens vergeten
Cookie's verwijderen
Php Handleiding
Php Classes
Gratis Php Scripts
Pc Downloads
Gratis File Hosting
Programmeren
Routeplanner
Htaccess Uitleg
Systems administration:
PHP Cron Daemon
Tim de Koning
(
contact me
)
This package can be used to schedule the execution of task like the cron program.
First it starts a daemon process using Luca Mariano's PHP fork class to make the cron daemon script run like a standalone program.
It can parse a crontab file with Mick Sear's cron parser class and extract the job scheduling definitions into a MySQL database table.
When it is time to run a scheduled job, it executes the job command in the crontab definition as PHP code as a separate process.
The output of the job PHP code is also stored in a database table.
Utility
Consistency
Docs
Examples
Tests
Videos
Overall
Rank
Not sure (41.7%)
Not sure (41.7%)
-
-
-
-
Insufficient (25.0%)
1865
Click here for detailed information about this class on phpclasses.org
daemon.php
Appl.
Full package file
lib/cron/daemon.php
Class
actual cron daemon
lib/cron/job.php
Class
actual job definition for the database
lib/cron/parser.php
Class
crontab-like parser script based on Nikol S
lib/miniDb.php
Class
small db abstraction lib (based on ADODB)
lib/phpfork.php
Class
original (slightly modified) class PHP Fork
phpcrondaemon.tar.gz
All files
phpcrondaemon.zip
All files