Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
All requests | > | What is the best PHP cron management class? | > | Request new recommendation | > | Featured requests | > | No recommendations | ||
by behnamy - 4 months ago (2015-09-25) cron management
+4 | I want a package to manage cron jobs in a visual environment, create my own Web app and manage cron jobs, not in command line. For example I want to create a Web page for admin of web site to add, delete, edit cron jobs and only I add one file in crons of my web hosting control panel, not 20! I want to add those 20 in my admin management part. |
+3 | by Dave Smith 5955 - 4 months ago (2015-09-30) Comment If you have restricted access to the server, this class indicates it works like cron and can store the instructions in its own files or mysql tables. I haven't used it, so I won't be able to answer any questions, but you may want to give it a try. |
+2 | by Manuel Lemos 11100 - 4 months ago (2015-09-26) Comment This class can do that for you. It can retrieve the crontab for a given user, list, add and remove cron jobs and write the updated crontab back. |
1. by behnamy - 4 months ago (2015-09-27) Reply
But I think this package doesn't work in shared hosting! (because of using exec function) think that you saved the urls of your scripts that you want to execute them in cronjob by a foreach loop. how can we do it? one options is require_once() each of them! It's very bad idea you can't execute script
second options is using pcntl_fork function that it is not working in 99.99% of hosting. another option is using exec and shell_exec that these are not working in 90% of hosting.
What do you suggest?
Recommend package | |
|