From owner-freebsd-hackers Thu May 16 05:08:48 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA23509 for hackers-outgoing; Thu, 16 May 1996 05:08:48 -0700 (PDT) Received: from terra.Sarnoff.COM (terra.sarnoff.com [130.33.11.203]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id FAA23503 for ; Thu, 16 May 1996 05:08:46 -0700 (PDT) Received: (from rminnich@localhost) by terra.Sarnoff.COM (8.6.12/8.6.12) id IAA12689; Thu, 16 May 1996 08:08:02 -0400 Date: Thu, 16 May 1996 08:08:02 -0400 (EDT) From: "Ron G. Minnich" X-Sender: rminnich@terra To: "John S. Dyson" cc: Joe Greco , hackers@FreeBSD.ORG Subject: Re: A question for the VM gurus..! In-Reply-To: <199605151714.MAA22723@dyson.iquest.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > MADV_WILLNEED appears to fault pages (again, asynchrnously, from what I can > > tell). > Hmmm... time to implement kernel threads. actually, sunos had async. read-ahead from 1988 on, long before kernel threads. They just queued an i/o and did not wait for the result. So you don't absolutely have to have kernel threads. ron