#1054105 jigdo-file: downloads serially with long pauses between (usually small) files

Package:
jigdo-file
Source:
jigdo-file
Description:
Download Debian CD/DVD/USB images from any Debian mirror
Submitter:
Shawn Paul Landden
Date:
2023-10-17 04:36:03 UTC
Severity:
normal
Tags:
#1054105#5
Date:
2023-10-17 04:32:54 UTC
From:
To:
(from the patch which is included)

    jigdo-lite: parallel wget download if xargs is available

    Jigdo downloads are significantly slower than iso downloads because there is
    a new connection between each file, with a pause. This slow-down is greater
    the faster the connection, so wouldn't be that big with a 56kbps connection,
    and has increased since this software was developed.

    No change if "xargs" from "findutils" is not available.

    There is still a pause, yet to be removed, when commiting each batch of
    files to the iso9660.

    Signed-off-by: Shawn Paul Landden <shawnlandden@outlook.com>