I made a script PHP
which has to always run, usually 1 to 1 seconds or at most 2 to 2 seconds. The problem is that I set up multiple command lines on CRON to run every 1 second, but CRON automatically changes the configuration because I think it overloads the server.
My question is, would you like to put the script to run from X in X seconds without even having any users on the site. Would it have a way without using CRON?