cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: help:regarding async

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 8 Aug 2006 18:39:49 +0200 (CEST)

On Tue, 8 Aug 2006, Honne Gowda A wrote:

(no reason to include me personally as a receiver in mail replies to this
list, it just makes it more likely that your mail ends up somewhere where I
won't find it very soon)

> How will I know the transfer for easy_handle is over or not?

This is mentioned in the docs: the running_handles counter in the
curl_multi_perform() call.

> Is there any other way so that by passing easy_handle to know the status of
> the transfer?

When a single transfer has completed you call curl_multi_info_read() to get
info about what transfer it was and how it went. This is also documented.

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