Re: Threads in linux.

Rik van Riel (riel@humbolt.nl.linux.org)
Tue, 17 Aug 1999 15:51:37 +0200 (CEST)


On Tue, 17 Aug 1999, Carlos Costa Portela wrote:

> But the director says me that linux doesn't implement threads, is this
> true?. He said that threads in linux are implemented by a library, not
> at kernel-level.

We've had clone(2) for quite a few years now. And there's a
proper(?) posix threads implementation in the C library that
uses the clone interface.

There's even a page about multithreaded applications on Linux
and the way they scale on SMP systems:
http://www.informatik.uni-bremen.de/~hollow/mthread.html

cheers,

Rik

--
The Internet is not a network of computers. It is a network
of people. That is its real strength.
--
work at:	http://www.reseau.nl/
home at:	http://www.nl.linux.org/~riel/

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/