From owner-freebsd-threads@FreeBSD.ORG Wed Apr 16 16:52:10 2003 Return-Path: Delivered-To: freebsd-threads@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7128837B404 for ; Wed, 16 Apr 2003 16:52:10 -0700 (PDT) Received: from mail.chesapeake.net (chesapeake.net [205.130.220.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3655143F75 for ; Wed, 16 Apr 2003 16:52:09 -0700 (PDT) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.11.6/8.11.6) with ESMTP id h3GNq4o14261; Wed, 16 Apr 2003 19:52:04 -0400 (EDT) (envelope-from jroberson@chesapeake.net) Date: Wed, 16 Apr 2003 19:52:04 -0400 (EDT) From: Jeff Roberson To: Julian Elischer In-Reply-To: Message-ID: <20030416195037.C76635-100000@mail.chesapeake.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-threads@freebsd.org Subject: Re: Patches for threads/scheduler abstraction. X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Apr 2003 23:52:10 -0000 On Wed, 16 Apr 2003, Julian Elischer wrote: > > Jeff I am working on some patches to do teh abstraction. > I suspect that you are also doing this.. > I would like to send you what I have before we diverge too much. > > What I will have when I have done this is a system that does exactly > what it does now, but with code moved around, > and a new file kern_kse.c. Ok, go ahead and send it. > > This is a step towards whate we discussed but I'm worried that if we > don't co-ordinate I'll be duplicating work that you are doing.. I have been mildly disappointed with FreeBSD lately and have not put any effort into it. I will look over your patches though. > > Julian > >