From owner-freebsd-hackers Mon Jun 3 11:23:22 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA08045 for hackers-outgoing; Mon, 3 Jun 1996 11:23:22 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id LAA08037 for ; Mon, 3 Jun 1996 11:23:20 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id LAA25273; Mon, 3 Jun 1996 11:15:34 -0700 From: Terry Lambert Message-Id: <199606031815.LAA25273@phaeton.artisoft.com> Subject: Re: coda questions To: toor@dyson.iquest.net (John S. Dyson) Date: Mon, 3 Jun 1996 11:15:34 -0700 (MST) Cc: mheller@student.uni-kl.de, rminnich@sarnoff.com, hackers@FreeBSD.ORG In-Reply-To: <199606021949.OAA00608@dyson.iquest.net> from "John S. Dyson" at Jun 2, 96 02:49:38 pm X-Mailer: ELM [version 2.4 PL24] 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 > > > what degree of threading does it have? > > > thread per remote computer > > > enough threads to support demand > > > thread per exported object > > > > > and again, are tehse user-level threads (seems so). > > > Reason for asking: depending on how much threading, rfork() may do the job. > > > One of the middle-layer VM enhancements that I plan to add for 2.2 is > true-shared address spaces. Will this help? In this model, what will be the difference between a kernel thread and multiple processes with true-shared address spaces? I am specifically referring to an SVR4/Solaris "LWP" kernel thread. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.