From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Wingo Subject: Re: Improving Shepherd Date: Thu, 15 Feb 2018 14:55:52 +0100 Message-ID: <87h8qiuzkn.fsf@igalia.com> References: <871si8bc5g.fsf@zancanaro.id.au> <877errn23f.fsf@zancanaro.id.au> <871shzeg8m.fsf@gnu.org> <87d11jh1lv.fsf@zancanaro.id.au> <87y3k21egy.fsf@gnu.org> <878tc1luhs.fsf@dustycloud.org> <87h8qju37o.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]:52420) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1emK1i-00077K-ME for guix-devel@gnu.org; Thu, 15 Feb 2018 08:56:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1emK1e-0004dq-3H for guix-devel@gnu.org; Thu, 15 Feb 2018 08:56:42 -0500 In-Reply-To: <87h8qju37o.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Wed, 14 Feb 2018 14:10:19 +0100") 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" To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org, Carlo Zancanaro On Wed 14 Feb 2018 14:10, ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Christopher Lemmer Webber skribis: > >> Ludovic Court=C3=A8s writes: >> >>> Hopefully it=E2=80=99s nothing serious: Fibers doesn=E2=80=99t rely on = anything >>> architecture-specific. >> >> I think it relies on epoll currently? But I think there should be no >> reason other architectures couldn't also be supported. > > Ooh good point, that may rule out GNU/Hurd. :-/ You can always replace the epoll module :) Andy