[Bug 313685] Re: apt should download packages in parallel.
Robie Basak
313685 at bugs.launchpad.net
Tue Aug 7 13:38:43 UTC 2012
As far as I am aware, apt can already do parallel downloads from
different sources. From apt.conf(5):
Queue-Mode
Queuing mode; Queue-Mode can be one of host or access which determines how APT parallelizes outgoing connections. host means that one connection per target host will be opened, access means that one connection per URI
type will be opened.
I don't know when exactly this was added, but I believe that I have
observed parallel behaviour for many years.
Marking Fix Released accordingly. If this functionality is not working,
then please explain and reopen.
** Changed in: apt (Ubuntu)
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/313685
Title:
apt should download packages in parallel.
Status in “apt” package in Ubuntu:
Fix Released
Bug description:
Binary package hint: apt
Installing applications may require downloading of packages from a number of sources. Currently this download is a linear process - required packages are downloaded one by one and the download speed varies as packages are downloaded from different sources.
I suggest that. where possible, packages should be downloaded in
parallel - this will help mitigate the slowdown that arises from
downloading from slow repositories (the slow download can be performed
in parallel with a number of other downloads, rather than blocking
them).
This "bug" should be marked as a wish-list item as it is an
improvement to a working system.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/313685/+subscriptions
More information about the foundations-bugs
mailing list