From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: bindej@rpi.edu Newsgroups: gmane.lisp.guile.user Subject: Re: Guile + pthreads + reentrancy? Date: Tue, 24 Feb 2004 16:19:24 -0500 Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Message-ID: <16443.49116.709337.192120@gargle.gargle.HOWL> References: <16442.35630.790674.12804@gargle.gargle.HOWL> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1077657927 20050 80.91.224.253 (24 Feb 2004 21:25:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 24 Feb 2004 21:25:27 +0000 (UTC) Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Feb 24 22:25:09 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Avk3A-00085A-00 for ; Tue, 24 Feb 2004 22:25:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1Avk30-0006hX-P5 for guile-user@m.gmane.org; Tue, 24 Feb 2004 16:24:58 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1Avjz7-0004EZ-ID for guile-user@gnu.org; Tue, 24 Feb 2004 16:20:57 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1Avjxg-0003MV-Mj for guile-user@gnu.org; Tue, 24 Feb 2004 16:20:00 -0500 Original-Received: from [128.113.2.3] (helo=smtp3.server.rpi.edu) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.30) id 1Avjxg-0003Ld-B3 for guile-user@gnu.org; Tue, 24 Feb 2004 16:19:28 -0500 Original-Received: from localhost (porgyon-18.dynamic.rpi.edu [128.113.193.107]) by smtp3.server.rpi.edu (8.12.8/8.12.8) with ESMTP id i1OLJOm0028916 for ; Tue, 24 Feb 2004 16:19:24 -0500 Original-To: guile-user@gnu.org In-Reply-To: X-Mailer: VM 7.18 under Emacs 21.3.1 X-Scanned-By: CanIt (www . canit . ca) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.2 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.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.user:2841 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:2841 Mikael Djurfeldt writes: > The thread support in Guile has undergone two revisions since the > version you are using. Do you have constraints for which version of > Guile to use? Current CVS HEAD have full pthreads support, which > should make you able to remove the message queue and access Guile > directly from each thread. Thanks for your reply. I would prefer not to require my users to install a CVS version of Guile. On the other hand my package is in very early development right now, so the next version of Guile may be released before we release anything. Is there any chance of a backport? I would imagine not, because the changes seem extensive. _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user