Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxl!houxm!hogpc!houti!ariel!vax135!cornell!uw-beaver!tektronix!hplabs!sri-unix!RWS@MIT-XX.ARPA From: RWS@MIT-XX.ARPA@sri-unix.UUCP Newsgroups: net.unix-wizards Subject: CLU CPU eater Message-ID: <12985@sri-arpa.UUCP> Date: Wed, 29-Aug-84 21:38:34 EDT Article-I.D.: sri-arpa.12985 Posted: Wed Aug 29 21:38:34 1984 Date-Received: Sat, 1-Sep-84 11:56:36 EDT Lines: 11 From: "Robert W. Scheifler" If you have a 4.2 VAX with people doing CLU debugging, get your CLU maintainer to install the following fix. In ~CLU/link/clu/run_inferior, change the call _chan$Read_Wait(FromP, 0); to _chan$Read_Wait(FromP, 3600000); Recompile the file and build a new version of link. On a machine with N debuggers running, you may well find the load average reduced by N. -------