Received: from SOUTH-STATION-ANNEX.MIT.EDU by po7.MIT.EDU (5.61/4.7) id AA11548; Fri, 9 Feb 96 00:28:59 EST
Received: from keos.cs.Helsinki.FI by MIT.EDU with SMTP
	id AA13701; Fri, 9 Feb 96 00:28:40 EST
Received: (torvalds@localhost) by keos.cs.Helsinki.FI (8.6.10/H46) id HAA28178; Fri, 9 Feb 1996 07:28:48 +0200
Date: Fri, 9 Feb 1996 07:28:48 +0200
From: Linus Torvalds <Linus.Torvalds@cs.Helsinki.FI>
Message-Id: <199602090528.HAA28178@keos.cs.Helsinki.FI>
In-Reply-To: "Eric S. Raymond"'s message as of Feb  8, 19:50
X-Mailer: Mail User's Shell (7.2.0 10/31/90)
To: "Eric S. Raymond" <esr@locke.ccil.org>, proven@MIT.EDU
Subject: Re: POSIX.4 threads?

"Eric S. Raymond": "POSIX.4 threads?" (Feb  8, 19:50):
> Do you know if anyone is working on POSIX.4-compatible threads for Linux?

The "pthreads" stuff from MIT should be posic-compatible, as far as I
know.  It's user-level, but it has conceptual support for kernel threads
too, so it's extensible. 

I don't remember where to get it, but the author was Chris Provenzano
(sp?), at "proven@athena.mit.edu".  I'm cc'ing this to him, on the off
chance that I actually remember correctly.. 

There is also a "PCthreads" package:

	tsx-11.mit.edu: pub/linux/ALPHA/pthread

I have no idea how well that works. 

		Linus
