Date: Mon, 23 Jan 2006 16:16:47 -0500 From: John Baldwin <jhb@freebsd.org> To: freebsd-current@freebsd.org Cc: Julian Elischer <julian@elischer.org> Subject: Re: kernel thread as real threads.. Message-ID: <200601231616.49140.jhb@freebsd.org> In-Reply-To: <43D05151.5070409@elischer.org> References: <43D05151.5070409@elischer.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 19 January 2006 21:56, Julian Elischer wrote: > some progrsss.. > as the first few lines show, it's not quite perfect yet but it's most of > the way there.. > (Like proc 1 isn't init) One other note, watch out for the AIO daemons. They have to be kernel procs and not kthreads because they borrow the vmspace of the user process when performing AIO on another process' behalf. -- John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601231616.49140.jhb>