Path: utzoo!attcan!uunet!ncrlnk!ncr-sd!hp-sdd!hplabs!ucbvax!opus.cray.com!dab From: dab@opus.cray.com (Dave Borman) Newsgroups: comp.protocols.tcp-ip Subject: Re: Performance Message-ID: <8811231546.AA03582@oliver.cray.com> Date: 23 Nov 88 15:46:34 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 32 I can't resist. Kwang Sung, from ARIX Corp, writes: > Recently, I improved "ftp" in one of our products which is 4.2BSD based. > When I typed ftp> bin > ftp> get /syst /dev/null, > I had: > 351465 bytes received in 1 second ( 3.4 e + 02 Kbytes/sec ) > > I didn't use Van Jacobson's Algorithm. > > Is there anybody has better "ftp" performance than mine ??? I am assuming you are going through the software loopback driver. Well, on one of our machines (this one was also running 4.2 based networking code at the time) I got: ftp> bin 200 Type set to I. ftp> get xxx /dev/null 200 PORT command okay. 150 Opening data connection for xxx (127.0.0.1,1028) (17444448 bytes). 226 Transfer complete. 17444448 bytes received in 1.34 seconds (12673.608 Kbytes/s) The numbers are better with our newer 4.3BSD based code. So I guess the answer to your question is yes. -Dave Borman CRAY Research, Inc.