From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jack Hill Newsgroups: gmane.lisp.guile.user Subject: Re: GNU Shepherd 0.9.0 released Date: Fri, 8 Apr 2022 10:19:23 -0400 (EDT) Message-ID: References: <874k35hpla.fsf@gnu.org> <865ynlslnf.fsf@sdf.org> <87czhrx12c.fsf@gmx.com> <86r167r8kf.fsf@sdf.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8BIT Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="10073"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Alpine 2.21 (DEB 202 2017-01-01) Cc: guile-user@gnu.org To: Ognen Duzlevski Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Fri Apr 08 16:56:37 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 1ncq2P-0002NB-8A for guile-user@m.gmane-mx.org; Fri, 08 Apr 2022 16:56:37 +0200 Original-Received: from localhost ([::1]:40790 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ncq2N-0002Od-UQ for guile-user@m.gmane-mx.org; Fri, 08 Apr 2022 10:56:35 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43902) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ncpST-0005p8-30 for guile-user@gnu.org; Fri, 08 Apr 2022 10:19:29 -0400 Original-Received: from minsky.hcoop.net ([104.248.1.95]:48872) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ncpSR-0002pE-AH for guile-user@gnu.org; Fri, 08 Apr 2022 10:19:28 -0400 Original-Received: from marsh.hcoop.net ([45.55.52.66]) by minsky.hcoop.net with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ncpSN-0001kZ-IR; Fri, 08 Apr 2022 10:19:23 -0400 X-X-Sender: jackhill@marsh.hcoop.net In-Reply-To: <86r167r8kf.fsf@sdf.org> Received-SPF: pass client-ip=104.248.1.95; envelope-from=jackhill@jackhill.us; helo=minsky.hcoop.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Content-Filtered-By: Mailman/MimeDel 2.1.29 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: , Errors-To: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.io gmane.lisp.guile.user:18240 Archived-At: On Fri, 8 Apr 2022, Ognen Duzlevski wrote: > > Tim Van den Langenbergh writes: > >> Ognen Duzlevski writes: >> >>> Ludovic Courtès writes: >>> >>>> [[PGP Signed Part:Undecided]] >>>> We are pleased to announce the GNU Shepherd version 0.8.1. This release >>>> represents 49 commits by 3 people, bringing a new concurrent, >>>> event-driven core, improved logging, and on-demand service startup. >>> >>> Does Shepherd only run on Linux? >>> >>> It is intended for use on GNU/Hurd, but it is supposed to work on every >>> POSIX-like system where Guile is available. In particular, it has been >>> tested on GNU/Linux. >> >> So if you prefer to run the Hurd rather than Linux, it should work fine. > > Tim, thanks! > > I run FreeBSD and it uses kqueue instead of epoll so even if Guile > technically runs on FreeBSD, fibers do not. > > I don't mind submitting a patch to make this happen. Some pointers you might find helpful: When Ludo’ originally announced this work⁰, this limitation was known, but, fortunately, work is already underway to bring fibers to other platforms via libevent¹. 0: https://lists.gnu.org/archive/html/guix-devel/2022-03/msg00125.html 1: https://github.com/wingo/fibers/pull/53 Best, Jack