Subject: Re: top
To: Hubert Feyrer <hubert.feyrer@informatik.fh-regensburg.de>
From: Martin Husemann <martin@duskware.de>
List: tech-smp
Date: 03/04/2002 19:10:07
> And then? (We already have kernel-threads as far as I understand)

We have kernel-only threads.

Applications can do multi-threading now the traditional multi-process
way or using the (for now) userland-only pthread packages.

Once the nathanw_sa branch is merged into current, the latter will not be
necessary (the branch provides a "native" optimized libpthread).

Martin