diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-03-12 13:55:06 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-03-12 13:55:06 +0000 |
commit | a6cb9b08b259408f6eae95018cc15ae034ebccc5 (patch) | |
tree | 2ddb61e8de57df12e370485fb97bcb9fc54e4f1b /docs/LIBCURL | |
parent | 440a3101d00aff2fe1f7a0d1ba95c9ed10d611c7 (diff) |
persistant updates
Diffstat (limited to 'docs/LIBCURL')
-rw-r--r-- | docs/LIBCURL | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/LIBCURL b/docs/LIBCURL index d2b85bc78..97884b481 100644 --- a/docs/LIBCURL +++ b/docs/LIBCURL @@ -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 |