From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: Substitutes and multiple servers Date: Mon, 20 Jul 2015 16:37:41 -0400 Message-ID: References: <871tgcx7ia.fsf@gnu.org> <87vbdeegr5.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]:36042) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHHoq-0006hF-0c for guix-devel@gnu.org; Mon, 20 Jul 2015 16:37:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZHHom-0000NJ-P8 for guix-devel@gnu.org; Mon, 20 Jul 2015 16:37:47 -0400 Received: from mail-lb0-f169.google.com ([209.85.217.169]:34668) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHHom-0000MA-IS for guix-devel@gnu.org; Mon, 20 Jul 2015 16:37:44 -0400 Received: by lbbzr7 with SMTP id zr7so102604914lbb.1 for ; Mon, 20 Jul 2015 13:37:41 -0700 (PDT) In-Reply-To: <87vbdeegr5.fsf@gnu.org> 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: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: Guix-devel On Mon, Jul 20, 2015 at 4:06 PM, Ludovic Court=C3=A8s wrote: > "Thompson, David" skribis: > >> Awesome! This makes 'guix publish' a bit more practical, and >> supporting multiple substitution servers in the future will really let >> 'guix publish' shine since you'd be able to use your friend's guix >> machines to supplement the builds available on hydra.gnu.org. > > Yup! > > Also, =E2=80=98guix publish=E2=80=99 now scales better: > > 94080a7 * publish: Do not load archive content in memory. > 7f23fb0 * publish: Serve /nar requests in a separate thread. Great hacks! Shame about the Guile HTTP server issue, though. > I=E2=80=99m thinking of running it on one of the powerful build machines,= like > hydra.gnunet.org, as a backup people could use. > > Thoughts? Sounds like a really good idea to me, if for no other reason than my selfish desire for more real world testing of 'guix publish'. :) - Dave