Sorry for "@"
Is it possible for `libcurl` to match the parallel http download performance of
`curl --parallel` with globbing?
stackoverflow.com/questions/79…
How to get peformance out of libcurl similar to `curl --parallel` with globbing
basically I want to do this: curl --retry 10 --retry-all-errors --remote-name-all --parallel --parallel-max 150 "https://api.pwnedpasswords.com/range/000{0,1,2,3}{0,1,2,3,4,5,6,7,8,9,A,B,C,D,E...Stack Overflow
daniel:// stenberg://
in reply to Oliver Schönrock • • •Oliver Schönrock
in reply to daniel:// stenberg:// • • •that was my assumption.
So I tried using the libevent cur_multi official example
Failed by factor of 15x...
see link above.
Must be something obvious?
daniel:// stenberg://
in reply to Oliver Schönrock • • •Oliver Schönrock
in reply to daniel:// stenberg:// • • •Understandable..
Will do. Thamks