mirror of
https://github.com/curl/curl.git
synced 2026-07-28 05:53:11 +03:00
persistant updates
This commit is contained in:
parent
440a3101d0
commit
a6cb9b08b2
2 changed files with 16 additions and 2 deletions
|
|
@ -58,9 +58,16 @@ Portability
|
|||
you to init the winsock stuff before you use the libcurl functions. Details
|
||||
on this are noted on the curl_easy_init() man page.
|
||||
|
||||
(*) = it appears users of the cygwin environment gets this done
|
||||
(*) = it appears as if users of the cygwin environment get this done
|
||||
automatically.
|
||||
|
||||
Threads
|
||||
|
||||
Never *ever* call curl-functions simultaneously using the same handle from
|
||||
several threads. libcurl is thread-safe and can be used in any number of
|
||||
threads, but you must use separate curl handles if you want to use libcurl in
|
||||
more than one thread simultaneously.
|
||||
|
||||
Persistant Connections
|
||||
|
||||
With libcurl 7.7, persistant connections were added. Persistant connections
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue