Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!lll-crg!nike!ucbcad!ucbvax!CORY.BERKELEY.EDU!dillon From: dillon@CORY.BERKELEY.EDU (Matt Dillon) Newsgroups: net.micro.amiga Subject: Running processes at higher priorities. Message-ID: <8609250613.AA23427@cory.Berkeley.EDU> Date: Thu, 25-Sep-86 02:13:44 EDT Article-I.D.: cory.8609250613.AA23427 Posted: Thu Sep 25 02:13:44 1986 Date-Received: Thu, 25-Sep-86 05:13:08 EDT Sender: daemon@ucbvax.BERKELEY.EDU Organization: University of California at Berkeley Lines: 10 With UNIX, the OS isn't a process, it's GOD. On the Amiga, the OS is a bunch of processes. When you run a normal program at a priority higher than that of the OS, you can get into lockout problems. Also, unless you have any other tasks running smaller than 0, it doesn't make a whit of difference to run task x at -1 or -100. Same goes for higher priority tasks.. if the highest priority task in the system is running at 20, then there is no difference between task x running at 21 or 100. -Matt