From owner-freebsd-hackers Fri Feb 7 18:20:41 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA18448 for hackers-outgoing; Fri, 7 Feb 1997 18:20:41 -0800 (PST) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA18442 for ; Fri, 7 Feb 1997 18:20:35 -0800 (PST) Received: (from root@localhost) by dyson.iquest.net (8.8.4/8.6.9) id VAA14428; Fri, 7 Feb 1997 21:20:12 -0500 (EST) From: "John S. Dyson" Message-Id: <199702080220.VAA14428@dyson.iquest.net> Subject: Re: fcntl, F_SETFL, O_NONBLOCK & /dev/null To: craig@progroup.com (Craig Shaver) Date: Fri, 7 Feb 1997 21:20:11 -0500 (EST) Cc: hackers@FreeBSD.ORG In-Reply-To: <32FA5655.3F54BC7E@progroup.com> from "Craig Shaver" at Feb 6, 97 02:08:21 pm X-Mailer: ELM [version 2.4 PL24 ME8] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Is there any work being done for implementing kernel threads? I would > think this would be very important for a robust, real-world usable, > thread package. > That is one of my interests. Doug Santry is also interested. Certainly don't want to 'claim' the project until I start. I have some ideas, and in conjunction with some of Doug's work, I think that we could have a really good thread's capability. I have a VM experiment to do first (relocatable kernel stack, totally shared VM space.) If that works, we'll have a start on a really good mechanism. John