Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!linus!philabs!cmcl2!seismo!brl-tgr!internet!Mark Crispin From: Mark Crispin Newsgroups: net.unix-wizards Subject: automatic re-nicing of processes Message-ID: <5937@brl-tgr.ARPA> Date: Tue, 20-Nov-84 10:12:45 EST Article-I.D.: brl-tgr.5937 Posted: Tue Nov 20 10:12:45 1984 Date-Received: Thu, 22-Nov-84 06:24:09 EST Sender: news@brl-tgr.ARPA Organization: Ballistic Research Lab Lines: 12 I'm a bit bewildered as to why this code should be necessary. Computational processes, especially those with small memory usage, should have little or no impact on the system except to other computational processes. An operating system typically always has such a process running; it's called the null job and often does such useful tasks as counting to infinity. Isn't Unix's scheduler smart enough to do this? I thought it had been rewritten since the toy scheduler which existed in PDP-11 days? -------