From owner-freebsd-questions Mon Apr 15 12:04:55 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA23605 for questions-outgoing; Mon, 15 Apr 1996 12:04:55 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id MAA23598 for ; Mon, 15 Apr 1996 12:04:46 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id MAA09270; Mon, 15 Apr 1996 12:00:37 -0700 From: Terry Lambert Message-Id: <199604151900.MAA09270@phaeton.artisoft.com> Subject: Re: threads and FreeBSD? To: altitude@petrified.cic.net (Alex Tang) Date: Mon, 15 Apr 1996 12:00:37 -0700 (MST) Cc: freebsd-questions@freebsd.org In-Reply-To: <199604141554.LAA24678@petrified.cic.net> from "Alex Tang" at Apr 14, 96 11:54:13 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I've got a bunch of general thread questions... > > Is FreeBSD a multithreaded OS? No. > Does it support a threads package? Yes. A version of MIT pthreads. > If so, does it support POSIX Threads or UI Threads? POSIX (Isn't UNIX INternational defunct?). > Which version of POSIX Threads (i.e. P1003.1c, etc)? The unratified standard (of course, there is no ratified one). 1003.1c, as supported by MIT pthreads. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.