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'm not sure that PHP supports threading. Check here.