#!/usr/bin/php 50) { update_daemon_common($link); } else { $count = update_feedbrowser_cache($link); _debug("Finished, $count feeds processed."); } _debug("Elapsed time: " . (time() - $start_timestamp) . " second(s)"); db_close($link); // We are in a fork. // We wait a little before exiting to avoid to be faster than our parent process. sleep(1); // We exit in order to avoid fork bombing. exit(0); } // We wait a little time before the next fork, in order to let the first fork // mark the feeds it update : sleep(1); } $last_checkpoint = time(); } sleep(1); } ?>