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
Other Useful Business Software
Get Avast Free Antivirus with 24/7 AI-powered online scam detection
Award-winning antivirus protection, as well as protection against online scams, dangerous Wi-Fi connections, hacked accounts, and ransomware. It includes Avast Assistant, your built-in AI partner, which gives you help with suspicious online messages, offers, and more.
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!