watsmyname Posted May 24, 2010 Share Posted May 24, 2010 hello, well my server has limitation that i can run maximum upto 10 cron jobs. But i need to run more than 10 files. Is there anyway to execute PHP files without Cron jobs ??? may be using exec command? or any other way beside requesting host to allow running more than 10 cron jobs?? thanks watsmyname Quote Link to comment https://forums.phpfreaks.com/topic/202710-executing-php-page-automatically/ Share on other sites More sharing options...
JonnoTheDev Posted May 24, 2010 Share Posted May 24, 2010 You can fork processes. You could have a single cron job execute a script which executes 10 other scripts. http://www.phpfreaks.com/forums/index.php/topic,298489.msg1413457.html#msg1413457 Quote Link to comment https://forums.phpfreaks.com/topic/202710-executing-php-page-automatically/#findComment-1062516 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.