Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Dec 1997 17:19:00 +1100 (EST)
From:      John Birrell <jb@freebsd1.cimlogic.com.au>
To:        hsu@FreeBSD.ORG (Jeffrey Hsu)
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: kernel threads api?
Message-ID:  <199712270619.RAA10165@cimlogic.com.au>
In-Reply-To: <199712270559.VAA06074@hub.freebsd.org> from Jeffrey Hsu at "Dec 26, 97 09:59:40 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
Jeffrey Hsu wrote:
> Life could be simpler if we just
> made libc re-entrant and not distinguish libc from libc_r or libpthread.

With the work that John Dyson has done (is doing 8-) on kernel threads,
libc_r can die and be replaced by libpthread + libc. This is made possible
because any thread can block on a syscall and the kernel will schedule
another thread. Without kernel threads, blocking syscalls are problematic
to libc_r, as you know 8-). Of course there is still a lot of work 
required to make libc re-entrant.

Regards,

-- 
John Birrell - jb@cimlogic.com.au; jb@netbsd.org; jb@freebsd.org
CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199712270619.RAA10165>