Forum Moderators: coopster
my question is, in order for this script to work, it must be in a loop, say every 15 or 30 seconds. what is the best method for this, javascript?, it seems a cron executing every 15 sec would not be ideal
but, is it ok to have ajax running in a loop like that to were it hits that script every 15 sec forever?
how much is too often to run a cron, from what little i know most dont use them more often then a few times per hour, at most every min...whats the rule?