0
php multi curl init
can some one explain me how to send multiple requests with curl? i need high speed of processing
3 odpowiedzi
0
are you requesting the same data or blocks of data from the same set?
0
request to a url with difference post data
i want a high speed of sending data
0
if they come from the same dataset you should combine the request if the api allows. php processes line by line, so the speed won't increase if you break it up. you'd only break it up in php ti avoid timeout