From owner-freebsd-threads@FreeBSD.ORG Fri Jun 13 05:49:47 2003 Return-Path: Delivered-To: freebsd-threads@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 037C737B401 for ; Fri, 13 Jun 2003 05:49:47 -0700 (PDT) Received: from silver.he.iki.fi (silver.he.iki.fi [193.64.42.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8623143F85 for ; Fri, 13 Jun 2003 05:49:45 -0700 (PDT) (envelope-from pete@he.iki.fi) Received: from PETEX31 (h81.vuokselantie10.fi [193.64.42.129]) by silver.he.iki.fi (8.12.9/8.11.4) with SMTP id h5DCnhDX055084 for ; Fri, 13 Jun 2003 15:49:43 +0300 (EEST) (envelope-from pete@he.iki.fi) Message-ID: <07fc01c331aa$41758cd0$812a40c1@PETEX31> From: "Petri Helenius" To: Date: Fri, 13 Jun 2003 15:49:40 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: fork semantics X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jun 2003 12:49:47 -0000 Could somebody point me how fork is wrapped/implemented with libkse ? Do all threads get duplicated and which would be the recommended way to spin something off hanging on a pipe talking to one of the threads already in existence? Pete