From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Mikael Djurfeldt Newsgroups: gmane.lisp.guile.devel Subject: Re: guile-gtk-1.2 working with guile-1.7.0 Date: 10 Nov 2002 17:04:37 -0500 Sender: guile-devel-admin@gnu.org Message-ID: References: <873cqdp1hr.fsf@zagadka.ping.de> <87d6pdf6d9.fsf@zagadka.ping.de> Reply-To: djurfeldt@nada.kth.se NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1036967186 26170 80.91.224.249 (10 Nov 2002 22:26:26 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 10 Nov 2002 22:26:26 +0000 (UTC) Cc: djurfeldt@nada.kth.se, Ariel Rios , guile-devel@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18B0X6-0006nT-00 for ; Sun, 10 Nov 2002 23:26:21 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18B0RX-0003vR-00; Sun, 10 Nov 2002 17:20:35 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18B0CJ-0002X2-00 for guile-devel@gnu.org; Sun, 10 Nov 2002 17:04:51 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18B0CG-0002VJ-00 for guile-devel@gnu.org; Sun, 10 Nov 2002 17:04:50 -0500 Original-Received: from kvast.blakulla.net ([213.212.20.77]) by monty-python.gnu.org with esmtp (Exim 4.10) id 18B0CF-0002V0-00 for guile-devel@gnu.org; Sun, 10 Nov 2002 17:04:47 -0500 Original-Received: from linnaeus ([18.42.2.46]) by kvast.blakulla.net with esmtp (Exim 3.36 #1 (Debian)) id 18B0C8-0002nY-00; Sun, 10 Nov 2002 23:04:41 +0100 Original-Received: from mdj by linnaeus with local (Exim 3.36 #1 (Debian)) id 18B0C6-00018L-00; Sun, 10 Nov 2002 17:04:38 -0500 Original-To: Marius Vollmer Original-Cc: djurfeldt@nada.kth.se In-Reply-To: <87d6pdf6d9.fsf@zagadka.ping.de> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Original-Lines: 39 Errors-To: guile-devel-admin@gnu.org X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.devel:1682 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:1682 Marius Vollmer writes: > Mikael Djurfeldt writes: > > > Today I just added the coop-pthreads adaptations because I'd like to > > try using them. I thought that maybe some of it could be useful. > > Yes. Could you make a new patch against guile-gtk-1.2 from Savannah > once it works for you? Well, yes, if you think that would be useful I can do that. > I will commit the missing scm_t_key stuff in a minute and guile-gtk > _seems_ to work with coop-pthreads without changes... I'm afraid the guile-gtk I worked against only just seems to work. There were things that needed change. Regarding the missing scm_t_key stuff: I hope you saw that I committed a few definitions to coop-pthreads.h which supplements the now deprecated C level API so that gtk-threads.c works with it? I guess what you are referring to is then something else than C level support for thread-specific data? Or have you implemented thread-specific data without using the pthreads interface? That could be splightly more efficient, but the question is if it's really worth it... > (btw, what about just using glib's thread plugin API?) That would certainly be a nice option. However, that would rule out using cooperative thread libraries, like COOP or GNU Portable Threads. I promised to post a summary of our telephone conversation. I've actually been write a few words now and then. Perhaps I'll get it out today. Best regards, Mikael _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel