Posted by notquitejack on 09/30/05 15:55
In the past, I've found it useful to have one PHP script spawn other processes that can run simultaneously. I'm not sure that it will improve speed, but at least things run in parallel. foreach ($array as $value){ $command="/usr/local/bin/php -q script.php $value 1>/dev/null 2>&1 &"; `$command`; }
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming