From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 04 03:34:46 2020 Received: (at 45018) by debbugs.gnu.org; 4 Dec 2020 08:34:46 +0000 Received: from localhost ([127.0.0.1]:42544 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kl6Y9-0008Vy-Tq for submit@debbugs.gnu.org; Fri, 04 Dec 2020 03:34:46 -0500 Received: from eggs.gnu.org ([209.51.188.92]:40126) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kl6Y8-0008Vl-4A for 45018@debbugs.gnu.org; Fri, 04 Dec 2020 03:34:44 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:33669) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kl6Y2-00065t-8f; Fri, 04 Dec 2020 03:34:38 -0500 Received: from [2a01:e0a:19b:d9a0:ec50:e664:fea6:2900] (port=34228 helo=cervin) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kl6Y0-0006Sg-FJ; Fri, 04 Dec 2020 03:34:37 -0500 From: Mathieu Othacehe To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: [bug#45018] [PATCH 0/6] Process and connection reuse for substitutions References: <20201203101314.10842-1-ludo@gnu.org> <87eek6boiw.fsf@gnu.org> Date: Fri, 04 Dec 2020 09:34:35 +0100 In-Reply-To: <87eek6boiw.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Thu, 03 Dec 2020 21:52:39 +0100") Message-ID: <87o8janf50.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 45018 Cc: 45018@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hey Ludo, > Blue are periods where the process is running, and grey where it=E2=80=99s > idle=E2=80=94e.g., waiting for data. After each substitution completion, > guix-daemon becomes busy for a little while (computing the hash of the > store item, adding it to the database). The startup activity of each > =E2=80=98guix=E2=80=99 process is visible and in the second case it happe= ns only once > for =E2=80=98guix substitute=E2=80=99. That's a great improvement! Besides a few remarks, it looks good to me! Thanks, Mathieu