Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 (Tek) 9/26/83; site hammer.UUCP Path: utzoo!linus!vaxine!wjh12!genrad!decvax!microsoft!uw-beaver!tektronix!tekgds!tekecs!hammer!steveh From: steveh@hammer.UUCP (Stephen Hemminger) Newsgroups: net.bugs.uucp Subject: Uucp runs out of processes. Message-ID: <347@hammer.UUCP> Date: Mon, 14-Nov-83 15:55:03 EST Article-I.D.: hammer.347 Posted: Mon Nov 14 15:55:03 1983 Date-Received: Tue, 15-Nov-83 21:17:39 EST Organization: Tektronix, Wilsonville OR. Lines: 8 When polling many sites at once it is possible for uuxqt to run out of processes (exceed the max # processes/uid), and not execute the command. The fix is to put a while loop of the form: while ( (pid = fork()) < 0) sleep(30); in shio.c and xqt.c (and where ever else fork() is used).