I have a PHP script that is called from a cron job every minute. This script takes some info from the database and then calls another PHP script using the System function (p
I think the answer would be very similar to those already provided for Asynchronous PHP calls.