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
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
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!