1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

tutorial: signals aren't used for the threaded resolver

This commit is contained in:
Daniel Stenberg 2014-09-19 12:54:19 +02:00
parent 17932a8f7b
commit 9d49e4706e

View File

@ -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