cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curlpp mailing list Archives

[cURLpp] Re: cURLpp question

From: Jean-Philippe Barrette-LaPierre <jpb_at_rrette.com>
Date: Fri, 16 Sep 2005 12:08:29 -0400

On Friday 16 September 2005 11:43, you wrote:
> Hi,

Hi, I just forwarded your question to the cURLpp mailing list.

>
> I was wondering if cURLpp supports asynchronous mode ( curl_multi )?
>

Well, not at this time, sorry. I'll add this feature, but I don't know when.

> I would like to download multiple files in a single thread.
>

You could bypass this by using

cURL::CURL *
cURLpp::Easy::getHandle();

and then use the returned value for curl_multi. But you MUST be sure that the
Easy instance is still alive, because the pointer will not be valid after the
destruction of the Easy instance.

> Thanks,
>
> Jamie.

-- 
Jean-Philippe Barrette-LaPierre
cURLpp maintener (http://rrette.com/curlpp.html)
_______________________________________________
cURLpp mailing list
cURLpp_at_rrette.com
http://www.rrette.com/mailman/listinfo/curlpp
Received on 2005-09-16

These mail archives are generated by hypermail.

donate! Page updated November 12, 2010.
web site info

File upload with ASP.NET