From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: =?UTF-8?Q?Aleix_Conchillo_Flaqu=C3=A9?= Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] accept4: add support for SOCK_NONBLOCK when using accept() Date: Thu, 30 Jul 2020 01:00:06 -0700 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="00000000000020ca1b05aba41035" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="8982"; mail-complaints-to="usenet@ciao.gmane.io" To: guile-devel Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Thu Jul 30 10:00:34 2020 Return-path: Envelope-to: guile-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1k13UQ-0002De-2c for guile-devel@m.gmane-mx.org; Thu, 30 Jul 2020 10:00:34 +0200 Original-Received: from localhost ([::1]:56598 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k13UP-0006Cm-25 for guile-devel@m.gmane-mx.org; Thu, 30 Jul 2020 04:00:33 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:47098) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k13UD-0006CX-4e for guile-devel@gnu.org; Thu, 30 Jul 2020 04:00:21 -0400 Original-Received: from mail-lj1-x230.google.com ([2a00:1450:4864:20::230]:39933) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1k13UB-0002Qg-4T for guile-devel@gnu.org; Thu, 30 Jul 2020 04:00:20 -0400 Original-Received: by mail-lj1-x230.google.com with SMTP id b25so27880746ljp.6 for ; Thu, 30 Jul 2020 01:00:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=netwzzoHxwvrtrcdJAn85rZYRmbuaislJoxl+/X2t9Y=; b=bnqOqUh5cIrUA8qMETpBlrpe9nu2gUmFrrvvgpYQlPv/f9y8OJmOoqaXvg3KYs4CzE boLF56u0ERKEPKQUysmWIco3/xCSlOCKixpQd5UX/1W8L+UsKdoSX95dJTYByDOSHPsB E2M1deRWNyXPyBax+OHVOAL2T9B2werjXMmeqDoDgT2wsQzdIAmMxhcZ9/rt9b0w/ZiB j+3b2aTqVHv3IswP2FE/GZiYgGxzSaGPgY0fvxRNX5a2Dz8TDP8xY1fhpqv1O0seWq5L 6OuVfFwcDo9cptrutmL2PkDR6AREGjR99m14EtJaG6q5ERaK7lMjNHmNQIEehXaU1cpD mWAg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=netwzzoHxwvrtrcdJAn85rZYRmbuaislJoxl+/X2t9Y=; b=BimJGbJe/qgWUvEpl0opXdjuWQH/nJ/ezPbfHw1nlhukfdSgqdoxp5IKF2+ZE7mDZ1 yLU8aTblvwPE/WMxQ2/CqUusp09f2Xsk8G5OcYQB7LG3YrGhuwtIRNamHyDNOhsKsm4Y xP+hTgUj22VMlEhPDMjRlMJGhBAUMsRTM7c1SSaF70reYrb79vmo1IZk2x+0Nz7N1EB5 dFpO4BvBPowSuwC72EDkvhdZjQVuQ6kGkbzjRHRne/VcCwaWGZrZFUC33tTW+VyZrqX6 R7YhMi4fJ/h5hQvZ3X7HoHJJ7LgSTT6NtMCnGsaDidfWmoEEBpuR3ghccMrYY3zpebNh dzRQ== X-Gm-Message-State: AOAM532b3dK12Klj3COvYVzuyVvxxFF6QgfNoj0MZ2RAMg1yAno3IKNj IbaMX17lcROZoduYmhf4FfJbMgw3tWZBWNEhAJjSHG6LzLE= X-Google-Smtp-Source: ABdhPJyVPiQdMmmcpII2kUOxfPeClTgNPCw12J12czJYQdd5QyJDWy4AvmNha5WEA/YIbaaRUCwtjhKW5WzXJ0BgTbE= X-Received: by 2002:a2e:97d3:: with SMTP id m19mr972471ljj.340.1596096017122; Thu, 30 Jul 2020 01:00:17 -0700 (PDT) In-Reply-To: Received-SPF: pass client-ip=2a00:1450:4864:20::230; envelope-from=aconchillo@gmail.com; helo=mail-lj1-x230.google.com X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.io gmane.lisp.guile.devel:20563 Archived-At: --00000000000020ca1b05aba41035 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Fibers work on macOS is being done here. https://github.com/wingo/fibers/pull/42 This is now working with both web servers. On Wed, Jul 29, 2020 at 5:06 PM Aleix Conchillo Flaqu=C3=A9 wrote: > SOCK_NONBLOCK was not implemented when accept4() is not available (e.g. > macOS). > > I'm currently testing all this with the two new web server implementation= s > provided with Fibers. > > Aleix > --00000000000020ca1b05aba41035 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Fibers work on macOS is being done here.=C2=A0https://github.com/wingo/fibers/pull/42

=
This is now working with both web servers.

On Wed, Jul 29, 20= 20 at 5:06 PM Aleix Conchillo Flaqu=C3=A9 <aconchillo@gmail.com> wrote:
SOCK_NONBLOCK was not = implemented when accept4() is not available=C2=A0(e.g. macOS).

=
I'm currently testing all this with the two new web server imp= lementations provided with Fibers.

Aleix
--00000000000020ca1b05aba41035--