From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Robert Marlow Newsgroups: gmane.lisp.guile.user Subject: Re: Threads + pipes = bad? Date: 31 Jul 2003 16:20:05 +0800 Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Message-ID: <1059639605.18804.9.camel@helicon> References: <1059032896.10133.41.camel@helicon> <1059059262.564.16.camel@zuul> <87u196l01k.fsf@zip.com.au> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1059640425 25107 80.91.224.249 (31 Jul 2003 08:33:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 31 Jul 2003 08:33:45 +0000 (UTC) Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Jul 31 10:33:43 2003 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 19i8sY-0006Wo-00 for ; Thu, 31 Jul 2003 10:33:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19i8pD-0006nJ-Gc for guile-user@m.gmane.org; Thu, 31 Jul 2003 04:30:15 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19i8hh-0004Jb-2Q for guile-user@gnu.org; Thu, 31 Jul 2003 04:22:29 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19i8hd-0004IE-B8 for guile-user@gnu.org; Thu, 31 Jul 2003 04:22:25 -0400 Original-Received: from asclepius.uwa.edu.au ([130.95.128.56]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19i8fP-00049g-F8 for guile-user@gnu.org; Thu, 31 Jul 2003 04:20:07 -0400 Original-Received: from 127.0.0.1 (localhost [127.0.0.1]) by dummy.domain.name (Postfix) with SMTP id A8228366844 for ; Thu, 31 Jul 2003 16:20:05 +0800 (WST) Original-Received: from localhost.localdomain (helicon.ucs.uwa.edu.au [130.95.86.66]) by asclepius.uwa.edu.au (Postfix) with ESMTP id 9A22B3667F1 for ; Thu, 31 Jul 2003 16:20:05 +0800 (WST) Original-To: guile-user@gnu.org In-Reply-To: <87u196l01k.fsf@zip.com.au> X-Mailer: Ximian Evolution 1.0.5 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:2123 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:2123 My main process just brings up a few threads and then sits back in a while loop doing nothing. Actually, select's throwing file number errors at me as well. It seems whenever I use a port, if it's outside a mutex lock it complains. On Tue, 2003-07-29 at 07:11, Kevin Ryde wrote: > Does your main thread do anything evil? Without actually trying it, > it seems that open-process might end up with all threads still running > in the forked child (until it exec's). -- Regards, Robert Marlow _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user