cURL / Mailing Lists / curl-library / Single Mail

curl-library

curl_easy_perform(hnd) is a synchronous call or asynchronous call

From: Braja Biswal <braja.k.biswal_at_gmail.com>
Date: Mon, 11 Jan 2010 20:10:08 +0530

HI,

Can you tell me, *"curl_easy_perform(hnd)"* is a synchronous call or
asynchronous call?

My goal is to check the functionality of *"curl_easy_pause()", *giving
CURLPAUSE_ALL & CURLPAUSE_CONT.

I tried below cases but not confirmed about it.* Can you please suggest the
sequence of calling the functions.*

Tried cases
1
*curl_easy_perform(hnd)
**curl_easy_pause(*CURLPAUSE_ALL)
*curl_easy_pause(* CURLPAUSE_CONT)

2
* **curl_easy_pause(*CURLPAUSE_ALL)
*curl_easy_pause(* CURLPAUSE_CONT)
*curl_easy_perform(hnd)*

Regards
Braja

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2010-01-11