From owner-freebsd-hackers Thu Mar 21 09:24:56 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA04104 for hackers-outgoing; Thu, 21 Mar 1996 09:24:56 -0800 (PST) Received: from ref.tfs.com (ref.tfs.com [140.145.254.251]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id JAA04091 for ; Thu, 21 Mar 1996 09:24:52 -0800 (PST) Received: (from julian@localhost) by ref.tfs.com (8.7.3/8.6.9) id QAA17817; Wed, 20 Mar 1996 16:04:49 -0800 (PST) Message-Id: <199603210004.QAA17817@ref.tfs.com> Subject: Re: User level threads. To: darrend@novell.com (Darren R. Davis) Date: Wed, 20 Mar 1996 16:04:49 -0800 (PST) From: "JULIAN Elischer" Cc: hackers@freebsd.org In-Reply-To: <3150744E.41C67EA6@novell.com> from "Darren R. Davis" at Mar 20, 96 02:10:38 pm X-Mailer: ELM [version 2.4 PL25 ME8b] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk in -current there is a pthreads "based" threads package.. cd /usr/src/lib/libc_r make make install then link with -lc_r to get access to 1/ a thread safe libc 2/ things such as: pthread_fork() etc... as I said.. this is in -current (2.2 series) not -stable (2.1 series) > > No, I haven't read the FAQ or researched this out. I guess I am looking > for the quick answer. I have need of a user-level threads library. Is > there a defacto standard in the BSD community? What's the current > solution to this problem? > > -- > Darren R. Davis > Senior Software Engineer > Novell, Inc. >