I wanted to know how to queue cron jobs with a general linux based system. I have all the crons in a nice little file, but if too many run at once, they start getting blogged up, and it lags the server resulting in me having to restart after some time.
I wanted to know if theres a way to have it do like.. 3 crons at a time max and queue the rest? Possible another php script that could do it thats our there? (Searched with no luck), or maybe even the general cron job application can do it, I'm not really sure. But I need to figure out a way so that it doesn't eat my server alive! Looking for any suggestions really.
Thanks!
Start Free Trial