Home
last modified time | relevance | path

Searched refs:parallel (Results 1 – 25 of 31) 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 Dresolve.md36 parallel transfers with a lot of files. In such cases, if this option is used
H A Drate.md28 rate. This option has no effect when --parallel 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/.github/workflows/
H A Dnon-native.yml65 cmake --build bld --config Debug --parallel 3
68 cmake --build bld --config Debug --parallel 3 --target testdeps
73 cmake --build bld --config Debug --parallel 3 --target curl-examples
102 cmake --build bld --config Debug --parallel 3
105 cmake --build bld --config Debug --parallel 3 --target testdeps
110 cmake --build bld --config Debug --parallel 3 --target curl-examples
175 cmake --build bld --config Debug --parallel 3
178 cmake --build bld --config Debug --parallel 3 --target testdeps
183 cmake --build bld --config Debug --parallel 3 --target curl-examples
H A Dcygwin.yml163 run: cmake --build bld --config '${{ matrix.type }}' --parallel 5
176 run: cmake --build bld --config '${{ matrix.type }}' --parallel 5 --target testdeps
192 run: cmake --build bld --config '${{ matrix.type }}' --parallel 5 --target curl-examples
H A Dappveyor-status.yml40 … --arg target_url ${APPVEYOR_TARGET_URL} | tee /dev/stderr | parallel --pipe -j 1 -N 1 \
H A Dwindows.yml220 run: cmake --build bld --config '${{ matrix.type }}' --parallel 5
235 run: cmake --build bld --config '${{ matrix.type }}' --parallel 5 --target testdeps
264 run: cmake --build bld --config '${{ matrix.type }}' --parallel 5 --target curl-examples
351 cmake --build bld --config '${{ matrix.type }}' --parallel 5
365 cmake --build bld --config '${{ matrix.type }}' --parallel 5 --target testdeps
391 cmake --build bld --config '${{ matrix.type }}' --parallel 5 --target curl-examples
453 run: cmake --build bld --parallel 5
457 run: cmake --build bld --parallel 5 --target testdeps
461 run: cmake --build bld --parallel 5 --target curl-examples
590 run: cmake --build bld --config '${{ matrix.type }}' --parallel 5
[all …]
H A Dhacktoberfest-accepted.yml14 # this should not run in parallel, so just run one at a time
/curl/
H A Dappveyor.sh67 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
/curl/docs/libcurl/opts/
H A DCURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.md34 a connection attempt is made to the IPv4 address in parallel. The first
H A DCURLMOPT_PIPELINING.md37 same connection when doing parallel transfers to the same hosts.
H A DCURLOPT_BUFFERSIZE.md50 handle no matter how many parallel transfers there are. The buffer remains
/curl/src/
H A Dtool_cfgable.h337 bool parallel; member
/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
273 with parallel testing, it is difficult to associate the logs with the specific
/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

Completed in 46 milliseconds

12