From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: tomas@fabula.de Newsgroups: gmane.lisp.guile.user Subject: Re: Some introductory docs about C level threading Date: Tue, 25 Jan 2005 10:06:46 +0100 Message-ID: <20050125090646.GA4039@www> References: <20050122123719.GA15432@www> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0407080096==" X-Trace: sea.gmane.org 1106645077 22711 80.91.229.6 (25 Jan 2005 09:24:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 25 Jan 2005 09:24:37 +0000 (UTC) Cc: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Jan 25 10:24:31 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CtMw2-0004vF-00 for ; Tue, 25 Jan 2005 10:24:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CtN8G-0005T6-D7 for guile-user@m.gmane.org; Tue, 25 Jan 2005 04:37:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CtN6Y-00050U-BN for guile-user@gnu.org; Tue, 25 Jan 2005 04:35:22 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CtN6X-000503-I3 for guile-user@gnu.org; Tue, 25 Jan 2005 04:35:21 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CtN1G-00048x-So for guile-user@gnu.org; Tue, 25 Jan 2005 04:29:55 -0500 Original-Received: from [217.22.192.104] (helo=www.elogos.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CtMew-0003Pp-F5 for guile-user@gnu.org; Tue, 25 Jan 2005 04:06:50 -0500 Original-Received: by www.elogos.de (Postfix, from userid 5002) id 2EF3414CB3; Tue, 25 Jan 2005 10:06:47 +0100 (CET) Original-To: Marius Vollmer In-Reply-To: User-Agent: Mutt/1.5.3i X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.user:4159 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:4159 --===============0407080096== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="yrj/dFKFPuw6o+aM" Content-Disposition: inline --yrj/dFKFPuw6o+aM Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jan 24, 2005 at 08:28:36PM +0100, Marius Vollmer wrote: > tomas@fabula.de writes: [...] > > I'm not much into Guile these days [...] > Right now, you can only queue asynchronous execution from within > Guile, but we should probably offer a way to do this from outside > Guile. The problem [...] Thanks, Marius, for taking notice of this one lurker ;-) Yes, I imagine that this is the hard part. But it might be the really useful one, epecially for non-Guile apps onto which a Guile interpreter gets tacked. My standard examples are Apache or the PostgreSQL server. Those have their own signal handlers and so on. As a module writer you get just a hook (and there you won't be in Guile mode). So if you want to write your handlers in Guile, you'd need some way of saying `call this when it's safe'. > > The implementation itself has to have this, of course. >=20 > Yes, via some magic. Might be worth it to package up this magic as > outlines above. >=20 > Anyone? :-) Brrr. It's a while since I had a look into Guile, and I'm short on time these days, so it might take quite a while. I would'nt mind if someone beats me to it ;-) Regards -- tom=E1s --yrj/dFKFPuw6o+aM Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFB9gwmBcgs9XrR2kYRAqs3AJ4lg/+v62eS52BXBWcJn9RYATwuSwCfUjyY GWSdG/vhNqHlSYXr273yyII= =MfEc -----END PGP SIGNATURE----- --yrj/dFKFPuw6o+aM-- --===============0407080096== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user --===============0407080096==--