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
Cloud SQL for MySQL, PostgreSQL, and SQL Server
Fully managed, cost-effective relational database service for PostgreSQL, MySQL, and SQL Server. Try Enterprise Plus edition for a 99.99% availability SLA and category-leading performance.
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!