From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <0f57322cacb80f7c319565aeb7cfae61@plan9.ucalgary.ca> To: 9fans@cse.psu.edu Subject: Re: [9fans] writing code Date: Fri, 18 Feb 2005 11:53:09 -0700 From: andrey mirtchovski In-Reply-To: <2c7c3234b8871252e4dde821152d96a2@vitanuova.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 4d16a0ac-eace-11e9-9e20-41e7f4b1d025 > have you compared the speed against raw TCP? this may sound silly, but the only way i could find to compare against raw tcp is via hget: % time fcp /n/sources/extra/sun.tgz /dev/null 0.00u 0.01s 2.90r fcp /n/sources/extra/sun.tgz /dev/null 0.00u 0.02s 4.16r fcp /n/sources/extra/sun.tgz /dev/null 0.01u 0.02s 4.07r fcp /n/sources/extra/sun.tgz /dev/null 0.00u 0.00s 2.83r fcp /n/sources/extra/sun.tgz /dev/null % time hget http://204.178.31.2/magic/9down4e/compressed/1108752459/sun.tgz > /dev/null 0.01u 0.00s 2.49r hget http://204.178.31.2/magic/9down4e/compressed/1108752459/sun.tgz 0.00u 0.00s 2.43r hget http://204.178.31.2/magic/9down4e/compressed/1108752459/sun.tgz 0.00u 0.01s 3.14r hget http://204.178.31.2/magic/9down4e/compressed/1108752459/sun.tgz 0.01u 0.02s 2.34r hget http://204.178.31.2/magic/9down4e/compressed/1108752459/sun.tgz short of writing something small, of course :)