From: zimoun <zimon.toutoune@gmail.com>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: Julien Lepiller <julien@lepiller.eu>, 39728@debbugs.gnu.org
Subject: [bug#39728] [PATCH] Allow parallel downloads and builds
Date: Tue, 25 Feb 2020 16:21:24 +0100 [thread overview]
Message-ID: <CAJ3okZ1YaReDRboqpRvO4QJJia_+HViApDK6Mf8HwHRMHoEk-Q@mail.gmail.com> (raw)
In-Reply-To: <87h7zfel26.fsf@gnu.org>
Hi Julien,
On Mon, 24 Feb 2020 at 22:43, Ludovic Courtès <ludo@gnu.org> wrote:
> Julien Lepiller <julien@lepiller.eu> skribis:
> > This patch allows to count builds and downloads separately. The idea is
> > that downloads need bandwidth, but no CPU, while builds do not need
> > bandwidth, but need CPU. With this patch, guix will be able to download
> > substitutes while building unrelated packages. Currently, guix needs to
> > wait for the download to finish before proceeding to the build. This
> > should reduce the time of guix commands that need to build and download
> > things at the same time.
> >
> > What do you think?
>
> I think it’s a good idea!
>
> I wonder what the UI will look like: (guix status) would no longer
> display a progress bar when there’s more than on job (build or download)
> taking place at the same time.
Speaking about progress bar, it could be nice (as an improvement) to
have a concurrent progress bar. As an example, see:
http://hackage.haskell.org/package/concurrent-output
> It would be great if you could test this patch for your daily usage. I
> find it surprisingly easy to break things in the daemon. :-)
How can I do that?
After the 'make', how can change the daemon? And then revert it again
to the default one?
Cheers,
simon
next prev parent reply other threads:[~2020-02-25 15:22 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-21 22:53 [bug#39728] [PATCH] Allow parallel downloads and builds Julien Lepiller
2020-02-24 21:23 ` Ludovic Courtès
2020-02-25 15:21 ` zimoun [this message]
2020-02-25 15:39 ` Julien Lepiller
2020-02-26 10:36 ` Pierre Neidhardt
2021-11-21 22:49 ` [bug#39728] [PATCH v2] " Julien Lepiller
2021-11-25 12:53 ` Ludovic Courtès
2021-11-25 13:01 ` Julien Lepiller
2021-11-26 10:16 ` Ludovic Courtès
2021-07-14 2:49 ` [bug#39728] [PATCH] " Maxim Cournoyer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAJ3okZ1YaReDRboqpRvO4QJJia_+HViApDK6Mf8HwHRMHoEk-Q@mail.gmail.com \
--to=zimon.toutoune@gmail.com \
--cc=39728@debbugs.gnu.org \
--cc=julien@lepiller.eu \
--cc=ludo@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.