Experience with the php curl_multi_exec($m,$active) function, seems to confirm that the $active will always go down by one between calls, even if two websites are finished. But is it guaranteed, when using this function, that if you do some really long code in between two calls, that the $active will always drop by one from its last value?