cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: How to get downloading progress using multi interface. Part2

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Fri, 10 Aug 2007 14:24:08 +0200 (CEST)

On Fri, 10 Aug 2007, Alexander Zubko wrote:

> I understand that, due to non-blocking nature of multi-interface, I can get
> status information in my own thread and do not use progress callback for
> this purpose.

Yes, but there's nothing *forcing* you to do it this way, you can still use
the progress callback if you think that's a better way for your application

> But the main problem is that I don't know where I should look for this
> information.

Your app, your data. There's nothing libcurl does that tells you how or where
you store such info, that is entirely up to you.

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