first, lets say you have 100 links in an array is it possible to divide them into stacks so basically the links would be executed in packs of 5,10,15,20,25... also maybe have an array of proxies and for every "stack" a different proxy is used with an option of delay between stacks
Antonio López Vivar - 2012-01-04 21:55:23 - In reply to message 1 from mark fdf
Hi! About your request, you can create several FastCurlMulti containers for every pack (use _multiset attribute to set the same proxy for every link in the pack) and then exec them sequentially.
$mh_pack1=new FastCurlMulti($fc_pack1, TRUE); //$fc_pack1 is an array of 5 FastCurl