From owner-freebsd-hackers Sun Jun 2 12:51:15 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA06240 for hackers-outgoing; Sun, 2 Jun 1996 12:51:15 -0700 (PDT) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id MAA06230 for ; Sun, 2 Jun 1996 12:51:12 -0700 (PDT) Received: (from root@localhost) by dyson.iquest.net (8.7.5/8.6.9) id OAA00608; Sun, 2 Jun 1996 14:49:38 -0500 (EST) From: "John S. Dyson" Message-Id: <199606021949.OAA00608@dyson.iquest.net> Subject: Re: coda questions To: mheller@student.uni-kl.de (Martin Heller) Date: Sun, 2 Jun 1996 14:49:38 -0500 (EST) Cc: rminnich@sarnoff.com, hackers@freebsd.org In-Reply-To: from "Martin Heller" at Jun 2, 96 09:07: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 > > > On Fri, 31 May 1996, Ron G. Minnich wrote: > > > 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? John