From owner-freebsd-hackers Sat Dec 24 05:27:29 1994 Return-Path: hackers-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id FAA28502 for hackers-outgoing; Sat, 24 Dec 1994 05:27:29 -0800 Received: from UUCP-GW.CC.UH.EDU (root@UUCP-GW.CC.UH.EDU [129.7.1.11]) by freefall.cdrom.com (8.6.9/8.6.6) with SMTP id NAA28494 for ; Sat, 24 Dec 1994 13:27:11 GMT Received: from Taronga.COM by UUCP-GW.CC.UH.EDU with UUCP id AA24336 (5.67a/IDA-1.5); Sat, 24 Dec 1994 07:09:23 -0600 Received: by bonkers.taronga.com (smail2.5p) id AA07276; 24 Dec 94 06:48:14 CST (Sat) Received: from localhost (localhost [127.0.0.1]) by bonkers.taronga.com (8.6.8/8.6.6) with SMTP id GAA07273; Sat, 24 Dec 1994 06:48:14 -0600 Message-Id: <199412241248.GAA07273@bonkers.taronga.com> X-Authentication-Warning: bonkers.taronga.com: Host localhost didn't use HELO protocol To: David Dawes Cc: mark@grondar.za (Mark Murray), jkh@time.cdrom.com, mdavis@io.cts.com, freebsd-hackers@freebsd.org, mark@grunt.grondar.za Subject: Re: A lighter sup -v? In-Reply-To: Your message of "Sat, 24 Dec 94 21:44:49 +1100." <199412241044.AA20091@physics.su.OZ.AU> X-Mailer: exmh version 1.4.1 7/21/94 Date: Sat, 24 Dec 1994 06:48:07 -0600 From: Peter da Silva Sender: hackers-owner@freebsd.org Precedence: bulk > The slowness of the update process over a slow link is I think mostly > due to the two-way nature of the traffic (client requests stat info > for first file, server sends it, client requests stat info for second > file, ...) rather than the quantity of traffic. This could be alleviated by interleaving requests, I think. Send out a bunch of stats at once, up to some window size...