Lines Matching refs:transfers
35 2. Enable multiple simultaneous transfers in the same thread without making it
41 4. Enable event-based handling and scaling transfers up to and beyond
51 transfers in parallel. Each single transfer is built up around an easy
61 curl_easy_perform(3) like when using the easy interface for transfers,
64 handle at any point, even if other transfers are already running.
70 necessary. You can remove handles at any point during transfers.
74 application drive. You drive the transfers by invoking
75 curl_multi_perform(3). libcurl then transfers data if there is anything
77 setup in the individual easy handles. It transfers data on all current
78 transfers in the multi stack that are ready to transfer anything. It may be
87 select() or poll() calls in order to get to know when the transfers in the
93 curl_multi_perform(3) stores the number of still running transfers in
95 the transfers in the multi handles are done. 'done' does not mean
96 successful. One or more of the transfers may have failed.
98 To get information about completed transfers, to figure out success or not and
111 When all transfers in the multi stack are done, close the multi handle with
155 better scale upward and beyond thousands of simultaneous transfers without
176 - file:// transfers
177 - TELNET transfers