lkwt in DragonFly
Joerg Sonnenberger
joerg at britannica.bec.de
Tue Feb 10 11:03:46 PST 2004
On Tue, Feb 10, 2004 at 12:51:49PM +0100, Sten Spans wrote:
> idem for linux, see: http://people.redhat.com/drepper/nptl-design.pdf
> the short summary is that fixing your kernel to work nicely with 1:1
> is easier then getting the hairy details of n:m properly working.
The paper has a lot of bogos or not applicable claims and assumptions
in it. IMHO it is very relevent for us.
There is one good reason why 1:1 would be useful: thread safety. There
are quite a few library functions which are not thread safe and will
never be. Those could use a static storage with is local to the current
process using the per-thread VM spaces.
Joerg
> I'd like to know why for dragonfly n:m would be better.
>
> --
> Sten Spans
>
> "There is a crack in everything, that's how the light gets in."
> Leonard Cohen - Anthem
>
More information about the Kernel
mailing list