cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Curl Question.

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Fri, 3 Aug 2007 09:06:44 +0200 (CEST)

On Fri, 3 Aug 2007, Surya Kiran Gullapalli wrote:

>>> I'm reading about curl_multi... Is this the answer?
>>
>> If you want a non-blocking API for doing the posts, it certainly is!
>
> What is this non-blocking API?

libcurl basically allows two different ways to do transfers. The easy
interface and the multi interface. The easy is blocking and the multi is
non-blocking.

For further details, check:

         http://curl.haxx.se/libcurl/c/libcurl-easy.html

and

         http://curl.haxx.se/libcurl/c/libcurl-multi.html

-- 
  Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
Received on 2007-08-03