From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: wip-http-pipelining needs testing! Date: Mon, 05 Jan 2015 23:18:01 +0100 Message-ID: <87h9w4hnxi.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48925) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y8FyT-0005Nu-J7 for guix-devel@gnu.org; Mon, 05 Jan 2015 17:18:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y8FyO-0003HT-Kd for guix-devel@gnu.org; Mon, 05 Jan 2015 17:18:09 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:56201) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y8FyO-0003HM-D7 for guix-devel@gnu.org; Mon, 05 Jan 2015 17:18:04 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 206A54257 for ; Mon, 5 Jan 2015 23:18:02 +0100 (CET) Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 73IP6ysoitpZ for ; Mon, 5 Jan 2015 23:18:02 +0100 (CET) Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) by hera.aquilenet.fr (Postfix) with ESMTPSA id C9E944207 for ; Mon, 5 Jan 2015 23:18:01 +0100 (CET) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel Last month Mark installed Nginx on Hydra, with proper caching of narinfos. After some debugging, wip-http-pipelining is now in a good shape: it has performance comparable to what we currently have, *and* it=E2=80=99s single-threaded and shows a progress report while downloading substitute info (aka. narinfo.) I would very much welcome further testing. To do that, you need to run the daemon like this (you need both the daemon and =E2=80=98guix substitute-binary=E2=80=99 from this branch): sudo ./pre-inst-env guix-daemon --build-users-group=3Dwhatever ... Then just use the guix commands with substitutes enabled. To force an update, you can clear the local cache with a command like: sudo rm -rf /var/guix/substitute-binary/cache/ See for some background. Thanks, Ludo=E2=80=99.