diff options
author | Nick Hengeveld <nickh@reactrix.com> | 2005-10-10 23:22:01 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-10-10 23:22:01 -0700 |
commit | 1d389ab65dc6867d3059d60bb2b3951bc01a185e (patch) | |
tree | 4382058125db4ea9b0651bc829c6de8c38249cd8 /date.c | |
parent | Remove empty directories after read-tree -u. (diff) | |
download | tgif-1d389ab65dc6867d3059d60bb2b3951bc01a185e.tar.xz |
Add support for parallel HTTP transfers
Add support for parallel HTTP transfers. Prefetch populates a queue of
objects to transfer and starts feeding requests to an active request
queue for processing; fetch_object keeps the active queue moving
while the specified object is being transferred. The size of the active
queue can be restricted using -r and defaults to 5 concurrent transfers.
Requests for objects that are not prefetched are also processed via the
active queue.
Signed-off-by: Nick Hengeveld <nickh@reactrix.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'date.c')
0 files changed, 0 insertions, 0 deletions