curl_multi_exec Run the sub-connections of the current cURL handle &reftitle.description; intcurl_multi_exec resourcemh intstill_running Processes each of the handles in the stack. This method can be called whether or not a handle needs to read or write data. &reftitle.parameters; &curl.mh.description; still_running A reference to a flag to tell whether the operations are still running. &reftitle.returnvalues; A cURL code defined in the cURL Predefined Constants. This only returns errors regarding the whole multi stack. There might still have occurred problems on individual transfers even when this function returns CURLM_OK. &reftitle.examples; <function>curl_multi_exec</function> example This example will create two cURL handles, add them to a multi handle, and then run them in parallel. ]]> &reftitle.seealso; curl_multi_init curl_multi_select curl_exec