From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Ognen Duzlevski Newsgroups: gmane.lisp.guile.user Subject: Re: GNU Shepherd 0.9.0 released Date: Fri, 08 Apr 2022 09:45:45 -0400 Message-ID: <86r167r8kf.fsf@sdf.org> References: <874k35hpla.fsf@gnu.org> <865ynlslnf.fsf@sdf.org> <87czhrx12c.fsf@gmx.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24054"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: mu4e 1.6.9; emacs 27.2 Cc: guile-user@gnu.org To: Tim Van den Langenbergh Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Fri Apr 08 15:58:03 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 1ncp7j-00065W-Bq for guile-user@m.gmane-mx.org; Fri, 08 Apr 2022 15:58:03 +0200 Original-Received: from localhost ([::1]:37278 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ncp7i-00056k-CJ for guile-user@m.gmane-mx.org; Fri, 08 Apr 2022 09:58:02 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:34554) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ncoxV-0005GO-Kl for guile-user@gnu.org; Fri, 08 Apr 2022 09:47:29 -0400 Original-Received: from mx.sdf.org ([205.166.94.24]:57877) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ncoxR-0005cl-09 for guile-user@gnu.org; Fri, 08 Apr 2022 09:47:26 -0400 Original-Received: from beast-server (IDENT:maketo@sverige.sdf.org [205.166.94.6]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 238DlCCK014488 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256 bits) verified NO); Fri, 8 Apr 2022 13:47:13 GMT In-reply-to: <87czhrx12c.fsf@gmx.com> Received-SPF: pass client-ip=205.166.94.24; envelope-from=maketo@sdf.org; helo=mx.sdf.org 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_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 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: , 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:18239 Archived-At: Tim Van den Langenbergh writes: > Ognen Duzlevski writes: > >> Ludovic Court=C3=A8s 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. Ognen