~ubuntu-branches/ubuntu/vivid/curl/vivid

« back to all changes in this revision

Viewing changes to docs/libcurl/curl_multi_perform.3

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Schuldei
  • Date: 2009-04-02 23:35:45 UTC
  • mto: (1.2.1 upstream) (3.2.3 sid)
  • mto: This revision was merged to the branch mainline in revision 38.
  • Revision ID: james.westby@ubuntu.com-20090402233545-geixkwhe3izccjt7
Tags: upstream-7.19.4
ImportĀ upstreamĀ versionĀ 7.19.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.\" $Id: curl_multi_perform.3,v 1.8 2006-09-21 11:09:54 bagder Exp $
 
1
.\" $Id: curl_multi_perform.3,v 1.9 2008-12-28 21:56:56 bagder Exp $
2
2
.\"
3
3
.TH curl_multi_perform 3 "1 March 2002" "libcurl 7.9.5" "libcurl Manual"
4
4
.SH NAME
32
32
libcurl may have more data available to return or that there may be more data
33
33
to send off before it is "satisfied". Do note that \fIcurl_multi_perform(3)\fP
34
34
will return \fICURLM_CALL_MULTI_PERFORM\fP only when it wants to be called
35
 
again \fBimmediately\fP. When things are fine and there are nothing immediate
 
35
again \fBimmediately\fP. When things are fine and there is nothing immediate
36
36
it wants done, it'll return \fICURLM_OK\fP and you need to wait for \&"action"
37
37
and then call this function again.
38
38
 
39
 
NOTE that this only returns errors etc regarding the whole multi stack. There
40
 
might still have occurred problems on individual transfers even when this
 
39
NOTE that this only returns errors etc regarding the whole multi stack. Problems
 
40
still might have occurred on individual transfers even when this
41
41
function returns \fICURLM_OK\fP.
42
42
.SH "TYPICAL USAGE"
43
43
Most applications will use \fIcurl_multi_fdset(3)\fP to get the multi_handle's