Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!ut-sally!husc6!cmcl2!brl-adm!adm!rgoguen@MIKEY.BBN.COM From: rgoguen@MIKEY.BBN.COM Newsgroups: comp.unix.wizards Subject: Re: Problem with accept(2) Message-ID: <7393@brl-adm.ARPA> Date: Fri, 15-May-87 10:25:04 EDT Article-I.D.: brl-adm.7393 Posted: Fri May 15 10:25:04 1987 Date-Received: Sat, 16-May-87 22:29:58 EDT Sender: news@brl-adm.ARPA Lines: 9 David I had the same problem. I would sometimes have upto 50 hosts ftp'ing to a vax 11/785 running 4.2bsd. We had used the ftp librarys and created our own ftp batch program. What I did to stop the hanging was to add timeout in the MakeDataConnection() before trying to connect(2) to the host. I could easly get 8-9 hosts hung unless I added this time-out. In order to do this you have to have the ftp library source code. Bob Goguen