mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:03:36 +03:00
parent
6f3124eaa2
commit
5914b9c66f
1 changed files with 11 additions and 0 deletions
11
docs/TODO.md
11
docs/TODO.md
|
|
@ -703,6 +703,17 @@ follow suite.
|
|||
|
||||
# Command line tool
|
||||
|
||||
## multi-threading
|
||||
|
||||
When asked to do transfers in parallel, the curl tool could be extended to use
|
||||
a number of independent worker threads. This would allow faster transfers in
|
||||
situations where curl becomes CPU bound.
|
||||
|
||||
Ideally, curl would (with permission) fire up new threads on demand when it
|
||||
deems that it might be helpful. Perhaps, if it has more transfers to add and
|
||||
the existing transfers make the CPU busy enough and there are more cores
|
||||
available.
|
||||
|
||||
## sync
|
||||
|
||||
`curl --sync http://example.com/feed[1-100].rss` or
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue