Searched refs:parallel (Results 1 – 25 of 29) sorted by relevance
12
/curl/docs/cmdline-opts/ |
H A D | parallel-max.md | 4 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 D | parallel.md | 5 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 D | parallel-immediate.md | 4 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 D | metalink.md | 10 - parallel
|
H A D | next.md | 14 - parallel
|
H A D | happy-eyeballs-timeout-ms.md | 22 time, then a connection attempt is made to the IPv4 address in parallel. The
|
H A D | Makefile.inc | 185 parallel-immediate.md \ 186 parallel-max.md \ 187 parallel.md \
|
H A D | rate.md | 28 rate. This option has no effect when --parallel is used.
|
H A D | resolve.md | 36 parallel transfers with a lot of files. In such cases, if this option is used
|
/curl/tests/data/ |
H A D | test390 | 6 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 D | test496 | 6 parallel 22 parallel upload missing file
|
/curl/ |
H A D | appveyor.sh | 71 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 D | options-in-versions | 150 --parallel (-Z) 7.66.0 151 --parallel-immediate 7.68.0 152 --parallel-max 7.66.0
|
H A D | TODO | 32 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 D | appveyor-status.yml | 40 … --arg target_url ${APPVEYOR_TARGET_URL} | tee /dev/stderr | parallel --pipe -j 1 -N 1 \
|
H A D | hacktoberfest-accepted.yml | 14 # this should not run in parallel, so just run one at a time
|
H A D | windows.yml | 491 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 D | CURLMOPT_PIPELINING.md | 37 same connection when doing parallel transfers to the same hosts.
|
H A D | CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.md | 34 a connection attempt is made to the IPv4 address in parallel. The first
|
H A D | CURLOPT_BUFFERSIZE.md | 50 handle no matter how many parallel transfers there are. The buffer remains
|
/curl/src/ |
H A D | tool_cfgable.h | 336 bool parallel; member
|
H A D | tool_operate.c | 770 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 D | curl_easy_perform.md | 51 time. If you want parallel transfers, you must use several curl easy_handles.
|
H A D | libcurl-multi.md | 45 thousands of parallel connections. 54 transfers in parallel. Each single transfer is built up around an easy
|
/curl/tests/ |
H A D | runtests.md | 107 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