Cron is an amazing job scheduler. But, when it comes to running your scripts in less than every minute, it can’t help. With Cron, you can run your scripts every minute, but not in shorter period of time. This problem can be solved with simple bash script. For example, if you need to run a PHP... Continue reading
The post How to run scripts in Linux faster than Cron does appeared first on Jovica Ilic.