Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!seismo!rick From: rick@seismo.UUCP Newsgroups: comp.unix.questions Subject: Re: uucico fails on call-in Message-ID: <43231@beno.seismo.CSS.GOV> Date: Mon, 30-Mar-87 13:17:36 EST Article-I.D.: beno.43231 Posted: Mon Mar 30 13:17:36 1987 Date-Received: Tue, 31-Mar-87 07:28:45 EST References: <6431@brl-adm.ARPA> Organization: Center for Seismic Studies, Arlington, VA Lines: 17 > You might, on the called system, change this "number of files to > accumulate" constant to be smaller and then recompile uucico. > Look for "#define LLEN 50" in anlwrk.c. Note that this will probably NOT work with 4.3 BSD or 4.2BSD uucicos. There is a really stupid bug in both the 4.3 and 4.2 anlwrk routines that make is ALWAYS read the entire directory even if it has already found LLEN entries. (When the code was converted to use the "new" readdir() routines, it wasn't quite done right). I have already posted patches to fix this problem (It really shows up when you have 6 or 7 thousand jobs queued up...). I can mail them if you didn't save them. --rick