Tagged Questions
0
votes
1answer
692 views
Too many sockets open by cURL multi
I am using cURL multi to get data from some websites. With code:
function getURL($ids)
{
global $mh;
$curl = array();
$response = array();
$n = count($ids);
for($i = 0; $i < ...