Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!ames!cit-vax!oberon!sdcrdcf!ism780c!tim From: tim@ism780c.UUCP Newsgroups: comp.unix.wizards Subject: Re: Why "u." and not "u->" ? (I'm reading Bach book) Message-ID: <6395@ism780c.UUCP> Date: Fri, 22-May-87 01:26:46 EDT Article-I.D.: ism780c.6395 Posted: Fri May 22 01:26:46 1987 Date-Received: Sat, 23-May-87 08:20:04 EDT References: <626@vixie.UUCP> <3568@spool.WISC.EDU> <885@killer.UUCP> Reply-To: tim@ism780c.UUCP (Tim Smith) Organization: Interactive Systems Corp., Santa Monica CA Lines: 10 You don't have to worry about getting swapped out like that. A preocess in kernel mode on Unix may only be swapped out when it does not have the CPU, and a process may not lose the CPU to another process unless it wants to ( i.e., calls sleep() or swtch() ). Thus, one does not have to worry about an interrupt causing one to get swapped while in kernel mode. -- Tim Smith "Learn to juggle while it's still legal" sdcrdcf!ism780c!tim