The Fat Controller is used to repeatedly run other programs, like CRON. Unlike CRON it is able to run many instances of a program or script in parallel making it ideal for executing scripts that process queues or perform tasks which must be repeated.
Features
- autonomous script execution
- dynamically adjusts concurrently running instances of a script
Categories
Cron and Job SchedulerLicense
GNU General Public License version 3.0 (GPLv3)Follow The Fat Controller
You Might Also Like
Our Free Plans just got better! | Auth0 by Okta
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
Fat-controller works fine.
-
This is exactly what I needed as an alternative to outdated crontab. I employ a lot of my computing power with scripts that run on a regular basis. Once a minute wasn't cutting it for me, but fatcontroller absolutely did the trick, and beautifully too! This should be any php developer's stopwatch... Thanks again Nick!