From owner-freebsd-arch Wed Aug 1 16: 6:31 2001 Delivered-To: freebsd-arch@freebsd.org Received: from peter3.wemm.org (c1315225-a.plstn1.sfba.home.com [24.14.150.180]) by hub.freebsd.org (Postfix) with ESMTP id 1512937B401 for ; Wed, 1 Aug 2001 16:06:26 -0700 (PDT) (envelope-from peter@wemm.org) Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id f71N6PM82209 for ; Wed, 1 Aug 2001 16:06:26 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id C1BA138CC; Wed, 1 Aug 2001 16:06:25 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Julian Elischer Cc: arch@FreeBSD.ORG Subject: Re: threads comment In-Reply-To: Date: Wed, 01 Aug 2001 16:06:25 -0700 From: Peter Wemm Message-Id: <20010801230625.C1BA138CC@overcee.netplex.com.au> Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Julian Elischer wrote: > Y'know, > > if we'd called the thread a "process" > and the thing that has a pid a "task" (or something) > > the actual functional changes would be a HECK of a lot > clearer in the diffs because I have 50k of functional changes and > 800+KB of > > - struct proc *pB > + struct thread *td; > > > (just a comment) > > Actually if we left processes as processes and then created > 'super-processes', I think you could start now and > still finish first. > > (so far I have replaced about 4000 instances of struct proc with struct > thread (mostly by hand)) IMHO, it is better to do it right rather than take a shortcut that we're going to regret later. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message