From owner-freebsd-questions Mon Jul 8 03:22:19 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA23586 for questions-outgoing; Mon, 8 Jul 1996 03:22:19 -0700 (PDT) Received: from aries.ai.net ([208.194.41.4]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id DAA23580 for ; Mon, 8 Jul 1996 03:22:16 -0700 (PDT) Received: (from nc@localhost) by aries.ai.net (8.6.11/8.6.12) id GAA28643; Mon, 8 Jul 1996 06:22:13 -0400 Date: Mon, 8 Jul 1996 06:22:13 -0400 (EDT) From: Network Coordinator To: Jaye Mathisen cc: David Greenman , freebsd-questions@freebsd.org Subject: Re: Increasing FTP thruput. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Actually I spent a few hours on Sunday making some modifications to the way wu-ftpd treats the socket and how it handles the files as it is reading/writing them off the drive. I think the modifications that have been made actually edge out a bit faster than the SunOS box I have been comparing it against. I am going to keep looking into this. It seems that the ftpd that ships with FreeBSD is actually faster than the wu-ftpd port on -stable machines too. [For less than say 100 simultaneous FTPs]. I took a lot of the idea for a lot of the modifications from the standard ftpd program. -Tomas.