Home
last modified time | relevance | path

Searched refs:parallel (Results 1 – 25 of 29) sorted by relevance

12

/curl/docs/cmdline-opts/
H A Dparallel-max.md4 Long: parallel-max
6 Help: Maximum concurrency for parallel transfers
12 - parallel
14 - --parallel-max 100 -Z $URL ftp://example.com/
17 # `--parallel-max`
19 When asked to do parallel transfers, using --parallel, this option controls
H A Dparallel.md5 Long: parallel
6 Help: Perform transfers in parallel
14 - parallel-max
15 - parallel-immediate
17 - --parallel $URL -o file1 $URL -o file2
20 # `--parallel`
22 Makes curl perform all transfers in parallel as compared to the regular serial
27 With parallel transfers, the progress meter output is different than when
31 The maximum amount of concurrent transfers is set with --parallel-max and it
H A Dparallel-immediate.md4 Long: parallel-immediate
11 - parallel
12 - parallel-max
14 - --parallel-immediate -Z $URL -o file1 $URL -o file2
17 # `--parallel-immediate`
19 When doing parallel transfers, this option instructs curl to prefer opening up
20 more connections in parallel at once rather than waiting to see if new
H A Dmetalink.md10 - parallel
H A Dnext.md14 - parallel
H A Dhappy-eyeballs-timeout-ms.md22 time, then a connection attempt is made to the IPv4 address in parallel. The
H A DMakefile.inc185 parallel-immediate.md \
186 parallel-max.md \
187 parallel.md \
H A Drate.md28 rate. This option has no effect when --parallel is used.
H A Dresolve.md36 parallel transfers with a lot of files. In such cases, if this option is used
/curl/tests/data/
H A Dtest3906 parallel
38 curl HTTP, FILE and FTP in parallel
41 …WD/%LOGDIR/test%TESTNUMBER.txt ftp://%HOSTIP:%FTPPORT/%TESTNUMBER0002 --parallel -o %LOGDIR/%TESTN…
H A Dtest4966 parallel
22 parallel upload missing file
/curl/
H A Dappveyor.sh71 if ! cmake --build _bld --config "${PRJ_CFG}" --parallel 2 -- ${BUILD_OPT:-}; then
130 cmake --build _bld --config "${PRJ_CFG}" --parallel 2 --target testdeps
158 cmake --build _bld --config "${PRJ_CFG}" --parallel 2 --target curl-examples
/curl/docs/
H A Doptions-in-versions150 --parallel (-Z) 7.66.0
151 --parallel-immediate 7.68.0
152 --parallel-max 7.66.0
H A DTODO32 1.14 connect to multiple IPs in parallel
168 18.24 Use multiple parallel transfers for a single download
313 1.14 connect to multiple IPs in parallel
316 IPv4 and IPv6 alternatives for a host in parallel, sticking with the
977 multiple parallel transfers from the same host using the same connection,
1200 18.24 Use multiple parallel transfers for a single download
1206 An ideal implementation would not use a specified number of parallel
/curl/.github/workflows/
H A Dappveyor-status.yml40 … --arg target_url ${APPVEYOR_TARGET_URL} | tee /dev/stderr | parallel --pipe -j 1 -N 1 \
H A Dhacktoberfest-accepted.yml14 # this should not run in parallel, so just run one at a time
H A Dwindows.yml491 cmake --build bld --config '${{ matrix.type }}' --parallel 5
505 cmake --build bld --config '${{ matrix.type }}' --parallel 5 --target testdeps
531 cmake --build bld --config '${{ matrix.type }}' --parallel 5 --target curl-examples
772 cmake --build bld --config '${{ matrix.type }}' --parallel 5
788 cmake --build bld --config '${{ matrix.type }}' --parallel 5 --target testdeps
820 cmake --build bld --config '${{ matrix.type }}' --parallel 5 --target curl-examples
/curl/docs/libcurl/opts/
H A DCURLMOPT_PIPELINING.md37 same connection when doing parallel transfers to the same hosts.
H A DCURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.md34 a connection attempt is made to the IPv4 address in parallel. The first
H A DCURLOPT_BUFFERSIZE.md50 handle no matter how many parallel transfers there are. The buffer remains
/curl/src/
H A Dtool_cfgable.h336 bool parallel; member
H A Dtool_operate.c770 if(global->parallel) in post_per_transfer()
1028 if(!global->parallel) { in config2setopts()
3124 if(global->parallel) in run_all_transfers()
/curl/docs/libcurl/
H A Dcurl_easy_perform.md51 time. If you want parallel transfers, you must use several curl easy_handles.
H A Dlibcurl-multi.md45 thousands of parallel connections.
54 transfers in parallel. Each single transfer is built up around an easy
/curl/tests/
H A Druntests.md107 conjunction with parallel testing, it is difficult to associate the logs with
157 multiple tests to run in parallel, speeding up a test run. The optimum number
160 or 5 times for torture tests. Enabling parallel tests is not recommended in
286 with parallel testing, it is difficult to associate the logs with the specific

Completed in 43 milliseconds

12