please support parallel operation

Bug #1585403 reported by Seth Arnold
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
snapd (Ubuntu)
Fix Released
Wishlist
Unassigned

Bug Description

Hello, please consider supporting multiple package install processes simultaneously, similar to make's -j command line option.

Computers are getting more processors rather than faster processors at this point, and this trend is likely to continue.

This is a companion to Bug #1584299 which I filed for dpkg and apt. It only seemed fair to suggest the same of snapd though the need may be less drastic.

Thanks

Changed in snapd (Ubuntu):
status: New → Triaged
importance: Undecided → Wishlist
Revision history for this message
John Lenton (chipaca) wrote :

Installing a package is not a CPU-intensive process; it's an IO-intensive one.

Revision history for this message
Gustavo Niemeyer (niemeyer) wrote :

Per conversation on IRC:

<niemeyer> I think it can be closed
18:44:34 snapd indeed operates closer to make -j than it does to apt or deb in that regard
<niemeyer> Those really serialize all steps of the installation, while snapd goes wild and only rejects known conflicts as you pointed out pedronis
<niemeyer> make -j also doesn't parallelize _everything_ either.. just the things it knows are independent.. so vaguely resembling snapd's behavior indeed

Changed in snapd (Ubuntu):
status: Triaged → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.