[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: on svnserve (was Re: pitiful dav performance)

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2003-02-26 05:47:02 CET

On Tue, 2003-02-25 at 22:24, seanc@dimensionalrift.com wrote:
> localhost tunnel svnserve with ssh (ssh2 protocol) : 13s
> remote tunneled svnserve with plink (ssh2 protocol) : 1m 48s

Can you measure the latency of your ssh link?

The operation you describe (checkout of 326 files totalling 2MB) doesn't
seem like it should involve a huge number of round trips, even though
ra_svn isn't very pipelined. But if your latency is very high, it could
be an issue.

(As I have mentioned in a previous thread, if we want to pipeline ra_svn
more, we need to modify the error-return behavior of the editor and
reporter interfaces.)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Feb 26 05:47:46 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.