Subject: how to prevent a process from being paged?
To: None <tech-kern@netbsd.org>
From: Erik E. Fair <fair@clock.org>
List: tech-kern
Date: 06/01/1999 03:48:18
Let us suppose that I have a program which requires real-time response from
the system, and thus must not be paged (or swapped) out of RAM; how does
one tell the NetBSD kernel that?

	curious,

	Erik