mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 20:15:03 -05:00
tutorial: signals aren't used for the threaded resolver
This commit is contained in:
parent
17932a8f7b
commit
9d49e4706e
@ -257,7 +257,7 @@ than one thread at any given time.
|
|||||||
|
|
||||||
libcurl is completely thread safe, except for two issues: signals and SSL/TLS
|
libcurl is completely thread safe, except for two issues: signals and SSL/TLS
|
||||||
handlers. Signals are used for timing out name resolves (during DNS lookup) -
|
handlers. Signals are used for timing out name resolves (during DNS lookup) -
|
||||||
when built without c-ares support and not on Windows.
|
when built without using either the c-ares or threaded resolver backends.
|
||||||
|
|
||||||
If you are accessing HTTPS or FTPS URLs in a multi-threaded manner, you are
|
If you are accessing HTTPS or FTPS URLs in a multi-threaded manner, you are
|
||||||
then of course using the underlying SSL library multi-threaded and those libs
|
then of course using the underlying SSL library multi-threaded and those libs
|
||||||
|
Loading…
Reference in New Issue
Block a user