From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:53025) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hbA2Q-0004NS-CK for guix-patches@gnu.org; Wed, 12 Jun 2019 16:40:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hbA2O-0005Ij-Ff for guix-patches@gnu.org; Wed, 12 Jun 2019 16:40:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:48833) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hbA2M-0005Hs-ML for guix-patches@gnu.org; Wed, 12 Jun 2019 16:40:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hbA2M-0007IW-Fz for guix-patches@gnu.org; Wed, 12 Jun 2019 16:40:02 -0400 Subject: [bug#36162] [PATCH 0/4] Add 'remote-eval' Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <875zpgrjqf.fsf@sdf.lonestar.org> <87h88x7pni.fsf@gnu.org> <871s01l4c2.fsf@sdf.lonestar.org> <87k1dtj6vr.fsf_-_@sdf.lonestar.org> <87k1dqvrlh.fsf@gnu.org> <87r27ybyhy.fsf@sdf.lonestar.org> Date: Wed, 12 Jun 2019 22:39:21 +0200 In-Reply-To: <87r27ybyhy.fsf@sdf.lonestar.org> (Jakob L. Kreuze's message of "Wed, 12 Jun 2019 11:43:21 -0400") Message-ID: <87ftoetu6e.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: "Jakob L. Kreuze" Cc: 36162@debbugs.gnu.org zerodaysfordays@sdf.lonestar.org (Jakob L. Kreuze) skribis: > Ludovic Court=C3=A8s writes: [...] >> OTOH, we could also have =E2=80=98container-eval=E2=80=99, similar to = =E2=80=98remote-eval=E2=80=99, >> which would be useful for effectful code, such as code that needs to >> interact with the daemon. Food for thought! > > 'container' in the sense of 'guix environment' containers? Yes, but more generally in the sense of a process running in separate namespaces. Ludo=E2=80=99.