From owner-freebsd-hackers Mon Jun 3 11:43:40 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA09041 for hackers-outgoing; Mon, 3 Jun 1996 11:43:40 -0700 (PDT) Received: from ref.tfs.com (ref.tfs.com [140.145.254.251]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id LAA09036 for ; Mon, 3 Jun 1996 11:43:38 -0700 (PDT) Received: (from julian@localhost) by ref.tfs.com (8.7.5/8.7.3) id LAA10217; Mon, 3 Jun 1996 11:41:35 -0700 (PDT) Message-Id: <199606031841.LAA10217@ref.tfs.com> Subject: Re: coda questions To: toor@dyson.iquest.net (John S. Dyson) Date: Mon, 3 Jun 1996 11:41:34 -0700 (PDT) From: "JULIAN Elischer" 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 PL25 ME8b] 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? this will be really useful....! > > John >