~ubuntu-branches/ubuntu/gutsy/curl/gutsy

« back to all changes in this revision

Viewing changes to docs/libcurl/curl_multi_perform.3

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-06-29 15:04:24 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20060629150424-be178abcwks1n519
Tags: upstream-7.15.4
ImportĀ upstreamĀ versionĀ 7.15.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.\" $Id: curl_multi_perform.3,v 1.6 2004/10/03 17:38:57 bagder Exp $
 
1
.\" $Id: curl_multi_perform.3,v 1.7 2006/01/02 23:32:36 bagder Exp $
2
2
.\"
3
3
.TH curl_multi_perform 3 "1 March 2002" "libcurl 7.9.5" "libcurl Manual"
4
4
.SH NAME
36
36
might still have occurred problems on individual transfers even when this
37
37
function returns OK.
38
38
.SH "TYPICAL USAGE"
39
 
Most application will use \fIcurl_multi_fdset(3)\fP to get the multi_handle's
40
 
file descriptors, then it'll wait for action on them using select() and as
41
 
soon as one or more of them are ready, \fIcurl_multi_perform(3)\fP gets
 
39
Most applications will use \fIcurl_multi_fdset(3)\fP to get the multi_handle's
 
40
file descriptors, then it'll wait for action on them using \fBselect(3)\fP and
 
41
as soon as one or more of them are ready, \fIcurl_multi_perform(3)\fP gets
42
42
called.
43
43
.SH "SEE ALSO"
44
44
.BR curl_multi_cleanup "(3), " curl_multi_init "(3), "