From owner-freebsd-bugs Fri Jun 6 17:39:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA21481 for bugs-outgoing; Fri, 6 Jun 1997 17:39:09 -0700 (PDT) Received: from hot.ee.lbl.gov (hot.ee.lbl.gov [131.243.1.42]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA21476 for ; Fri, 6 Jun 1997 17:39:07 -0700 (PDT) Received: by hot.ee.lbl.gov (8.8.5/1.43r) id RAA28660; Fri, 6 Jun 1997 17:39:07 -0700 (PDT) Message-Id: <199706070039.RAA28660@hot.ee.lbl.gov> To: bugs@freebsd.org Subject: single process tftpd Date: Fri, 06 Jun 1997 17:39:06 PDT From: Craig Leres Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk You folks might be interested in picking up the changes I made to the BSD tftpd. The main improvement is that my version runs in a single process. This makes it possible to boot several hundred systems at a time. The old tftpd can't do this even when run on really fast systems that have large memory. The new version can be found here: ftp://ftp.ee.lbl.gov/tftpd.tar.Z Thanks! Craig