From owner-freebsd-hackers Wed Aug 5 13:26:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA19274 for freebsd-hackers-outgoing; Wed, 5 Aug 1998 13:26:56 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from tim.xenologics.com (tim.xenologics.com [194.77.5.24]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA19265 for ; Wed, 5 Aug 1998 13:26:46 -0700 (PDT) (envelope-from seggers@semyam.dinoco.de) Received: (from uucp@localhost) by tim.xenologics.com (8.8.5/8.8.8) with UUCP id WAA04745; Wed, 5 Aug 1998 22:23:35 +0200 (MET DST) Received: from semyam.dinoco.de (semyam.dinoco.de [127.0.0.1]) by semyam.dinoco.de (8.8.8/8.8.8) with ESMTP id WAA10737; Wed, 5 Aug 1998 22:22:12 +0200 (CEST) (envelope-from seggers@semyam.dinoco.de) Message-Id: <199808052022.WAA10737@semyam.dinoco.de> To: ben@rosengart.com cc: seggers@semyam.dinoco.de, freebsd-hackers@FreeBSD.ORG Subject: Re: executables over NFS In-reply-to: Your message of "Wed, 05 Aug 1998 13:14:26 EDT." Date: Wed, 05 Aug 1998 22:22:12 +0200 From: Stefan Eggers Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > the vnode, and subsequently aggressively cached, including page-out > > to local swap store in preference to discard, so subsequent page-in > Why would the file be paged out to local swap? Being clean, wouldn't > the pages be discarded once selected by the page-replacement algorithm? It seems - to me - to be easier to just get a few selected blocks for which one knows the block numbers already (i.e. swap space) than to go through the vnode, have to do the translation from offset in file to block number and then get the blocks. And as far as I know without looking at the implementation of shared libraries (I like reading VM more :->) in FreeBSD I think one would have to handle references to parts of dynamically linked libraries in there on page-in somehow. An additional penalty to the CPU which one can avoid with this, too. Stefan. -- Stefan Eggers Lu4 yao2 zhi1 ma3 li4, Max-Slevogt-Str. 1 ri4 jiu3 jian4 ren2 xin1. 51109 Koeln Federal Republic of Germany To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message