I\'m currently using Curl for PHP a lot. It takes a lot of time to get results of about 100 pages each time. For every request i\'m using code like this
$ch
or take pcntl_fork, fork some new threads to execute curl_exec. But it's not as good as curl_multi.
pcntl_fork
fork
curl_exec
curl_multi