php - cron after every 15 sec -


i cannot set cron time less 1 minute on dedicated server. need run every 15 seconds because calls betfair api , calculations highly time dependent. please advise.

cron lets run things fast once minute.

what do 15 second timings inside script.

  • execute parent script once minute.
  • execute children scripts every 15 seconds within script before exists , new cycle begins.

Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -