curl-library
Re: libcurl and 'streamed' transfers
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 13 Nov 2008 00:01:38 +0100 (CET)
Date: Thu, 13 Nov 2008 00:01:38 +0100 (CET)
On Wed, 12 Nov 2008, Apurva Mehta wrote:
>> You'll only need to pause the download when your memory pool is filled up,
>> and you'll want to pause the upload if you run out of memory buffer.
>> libcurl supports these things already.
>
> I have a question about using the curl_multi interface with a shared memory
> pool as mentioned above. Is curl_multi internally multithreaded?
No. It's a single thread. If you prefer, you can also do it by using the easy
interface in two separate threads.
-- / daniel.haxx.seReceived on 2008-11-13