Reply to Re: Multithreading/Parallel Processing with PHP
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.