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
Test your software product anywhere in the world
Global App Testing is a managed pool of freelancers used by Google, Meta, Microsoft, and other world-beating software companies.
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!