Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!decvax!bellcore!ulysses!allegra!mit-eddie!genrad!panda!talcott!harvard!cmcl2!seismo!rochester!bullwinkle!uw-beaver!tikal!phred!jeffp From: jeffp@phred.UUCP (Jeff Parke) Newsgroups: net.unix,net.unix-wizards Subject: Help needed; lowering priorities Message-ID: <310@phred.UUCP> Date: Fri, 18-Apr-86 15:24:54 EST Article-I.D.: phred.310 Posted: Fri Apr 18 15:24:54 1986 Date-Received: Sun, 20-Apr-86 21:00:04 EST Distribution: na Organization: Physio Control Corp., Seattle, WA Lines: 10 Keywords: manditory nice Xref: mit-eddie net.unix:7910 net.unix-wizards:15469 I am looking for a way using c to implement lower priorities for certain commands, other than nice or calls that spawn new shells. This would be used in lieu of the following example: mv /usr/bin/asm /usr/bin/asm.bin (edit /usr/bin/asm to read) nice -10 /usr/bin/asm.bin !* Is there a c program I can use to do same that would run faster? (Our system is needing some automatic nicing).