From owner-freebsd-hackers Tue Oct 28 13:52:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA23980 for hackers-outgoing; Tue, 28 Oct 1997 13:52:14 -0800 (PST) (envelope-from owner-freebsd-hackers) Received: from usr01.primenet.com (tlambert@usr01.primenet.com [206.165.6.201]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA23942; Tue, 28 Oct 1997 13:52:00 -0800 (PST) (envelope-from tlambert@usr01.primenet.com) Received: (from tlambert@localhost) by usr01.primenet.com (8.8.5/8.8.5) id OAA15707; Tue, 28 Oct 1997 14:51:32 -0700 (MST) From: Terry Lambert Message-Id: <199710282151.OAA15707@usr01.primenet.com> Subject: Re: help with fstat? To: toor@dyson.iquest.net (John S. Dyson) Date: Tue, 28 Oct 1997 21:51:31 +0000 (GMT) Cc: tlambert@primenet.com, dyson@FreeBSD.ORG, angio@angio.net, perlsta@cs.sunyit.edu, hackers@FreeBSD.ORG In-Reply-To: <199710281829.NAA16590@dyson.iquest.net> from "John S. Dyson" at Oct 28, 97 01:29:17 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > > It doesn't 'discard', but should either deactivate or cache the page. > > Pages are usually pretty darned unused by the time they are on the > inactive or cache queues. But will this page be reused before another page that was less recently accessed? In other words, when push comes to shove, is a deactivated/cached page reused before forcing a clean page backed by a file without MADV_SEQUENTIAL? Ie: what effect does MADV_SEQUENTIAL have on cache thrashing? Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.