` do { $mh_status = curl_multi_exec($multi_handle, $active); } while ($mh_status == CURLM_CALL_MULTI_PERFORM);` Around this loop it's missing a usleep, that brought down the load on my server significantly
` do {
$mh_status = curl_multi_exec($multi_handle, $active);
Around this loop it's missing a usleep, that brought down the load on my server significantly