Search code examples
phpcurl-multi

Is there any setting that indicate curl_multi_exec limits?


I not sure is there a configuration or setting
indicate maximum curl can execute in curl_multi_exec

Logically, you can stackup as many as you want to,
with the expenses of CPU usage, and network bandwidth.

Any insiders tips?


Solution

  • I can't find any, have to tweak the script to cut off at 100 curls for one curl_multi_exec