From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Newsgroups: gmane.lisp.guile.user Subject: Re: Fibers web server: use multiple server sockets Date: Wed, 2 Nov 2022 20:19:18 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="pZV0tC+RhBqKmfW1" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15678"; mail-complaints-to="usenet@ciao.gmane.io" To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Wed Nov 02 20:20:09 2022 Return-path: Envelope-to: guile-user@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 1oqJHV-0003qf-O3 for guile-user@m.gmane-mx.org; Wed, 02 Nov 2022 20:20:09 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oqJGo-0002hO-Ts; Wed, 02 Nov 2022 15:19:26 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oqJGl-0002dq-22 for guile-user@gnu.org; Wed, 02 Nov 2022 15:19:25 -0400 Original-Received: from mail.tuxteam.de ([5.199.139.25]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oqJGj-0000r4-5u for guile-user@gnu.org; Wed, 02 Nov 2022 15:19:22 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tuxteam.de; s=mail; h=From:In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:To:Date:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=ZLuGDRis+x38sDVq+os6kc27PZoJS4cKMgoA2ogusf4=; b=tXmQ/SsTBz7UfCWeUVQoybKsW6 08S2qrEnWR1zN1yaTax6RMBteAnh+JkRkv15E6N3HlionA9nwCAzn1PeWoMaSxxosUi5d9SdYTL0t E31L06ut6nEYlsZ+oD9rP2ySl38ZTnE4IuopNlmu0Ca01+Y7G6kz6EcgWVDpnhjRyVr29tOrjR62y SUmPd10oxZZnaeGbo9yOKRg+zq5G9V/cHQvOTA3T/az73dc+IHhaquuysVSF1dWbfW1XJa8q7hamZ A2sOqJz8Fo8dSDJU2kzlPO3qGODn/JMqtHssA6ESp/WHBlZfnYMGKin2TsKxehaV0Va00THv5k0yQ CBrvvSqA==; Original-Received: from tomas by mail.tuxteam.de with local (Exim 4.94.2) (envelope-from ) id 1oqJGg-0002sW-NS for guile-user@gnu.org; Wed, 02 Nov 2022 20:19:18 +0100 Content-Disposition: inline In-Reply-To: Received-SPF: pass client-ip=5.199.139.25; envelope-from=tomas@tuxteam.de; helo=mail.tuxteam.de 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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: "guile-user" Errors-To: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.lisp.guile.user:18687 Archived-At: --pZV0tC+RhBqKmfW1 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Nov 02, 2022 at 06:15:15PM +0000, dsmich@roadrunner.com wrote: > > From: "Vivien Kraus"=20 > > To: "guile-user" > > Sent: Wednesday November 2 2022 12:38:05PM > > Subject: Fibers web server: use multiple server sockets >=20 > > Fibers is a library that I would very much like to use. It provides > a > > nice web server. However, as I recently discovered, in a standard > > GNU/Linux server, not all network interfaces and addresses are up > when > > the server is about to start (especially so with dhcp). I have a > nice > > solution for that: every now and then, the server calls getaddrinfo. >=20 > How about not starting the web server until network interfaces are > fully up? As far as I understand Vivien, interfaces come and go during the server's lifetime. I.e. it's not just a "boot" thing. This seems like a valid use case. You could, of course, restart the server every time an interface moves... Cheers --=20 t --pZV0tC+RhBqKmfW1 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRp53liolZD6iXhAoIFyCz1etHaRgUCY2LCsAAKCRAFyCz1etHa RgADAJ4s8TXsWiZsx0pGgZ3ro6SUX3/q8ACfQR7yxZ+yT9eRk/3BIKGD9JJb5AE= =UVyJ -----END PGP SIGNATURE----- --pZV0tC+RhBqKmfW1--