mirror of
https://github.com/curl/curl.git
synced 2025-09-29 15:36:53 +03:00
curl_multi_socket_action() is the one we favor!
This commit is contained in:
parent
197830a57d
commit
78c674a685
|
@ -124,7 +124,7 @@ applications to not only avoid being forced to use select(), but it also
|
||||||
offers a much more high-performance API that will make a significant difference
|
offers a much more high-performance API that will make a significant difference
|
||||||
for applications using large numbers of simultaneous connections.
|
for applications using large numbers of simultaneous connections.
|
||||||
|
|
||||||
\fIcurl_multi_socket(3)\fP (and \fIcurl_multi_socket_all(3)\fP) is then used
|
\fIcurl_multi_socket_action(3)\fP is then used
|
||||||
instead of \fIcurl_multi_perform(3)\fP.
|
instead of \fIcurl_multi_perform(3)\fP.
|
||||||
.SH "BLOCKING"
|
.SH "BLOCKING"
|
||||||
A few areas in the code are still using blocking code, even when used from the
|
A few areas in the code are still using blocking code, even when used from the
|
||||||
|
|
Loading…
Reference in New Issue
Block a user