Path: utzoo!attcan!uunet!samsung!zaphod.mps.ohio-state.edu!usc!elroy.jpl.nasa.gov!thyme!kaleb From: kaleb@thyme.jpl.nasa.gov (Kaleb Keithley ) Newsgroups: comp.windows.x Subject: Re: window manager swapping (was Re: Another R5 wish) Message-ID: <1990Sep25.153936.415@thyme.jpl.nasa.gov> Date: 25 Sep 90 15:39:36 GMT References: <489@zok.UUCP> <9009251205.AA16539@hari> Organization: Jet Propulsion Laboratory, Pasadena, CA Lines: 11 If you have a Sun, and are using SunOS 4.1, you could add a function call to plock(), which, according to the man page: DESCRIPTION plock() allows the calling process to lock its text segment (text lock), its data segment (data lock), or both its text and data segments (process lock) into memory. Locked seg- ments are immune to all routine swapping. The only drawback is that the process must have an effective user ID of super-user to make this call.