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

RE: Re: Faster SVN Status

From: Harvey, Edward <Edward.Harvey_at_patni.com>
Date: Fri, 4 Jan 2008 21:24:59 -0500

I can't say exactly what's happening in Niel's situation, but I support
a company with worldwide network, and when we SSH from Boston to India
or vice-versa, there is a few second delay. Because there's a 250ms
ping response delay, and the initial ssh handshake is the equivalent of
10-15 small packet round-trips, it's about 5-6 seconds before the
command prompt appears.

If you use svn:// protocol and svnserve, there's just the basic tcp
handshake before useful data starts going across, so it's much faster.
Call it 1-2 x the ping delay. About a half a second for me.

If you use https://, it looks like something like half a dozen small
packet round trips. In my case, about 2 seconds delay. So it's faster
than svn+ssh, but not as fast as svnserve.

> -----Original Message-----
> From: Les Mikesell [mailto:lesmikesell_at_gmail.com]
> Sent: Friday, January 04, 2008 10:42 AM
> To: Steven Bakke
> Cc: Niel De Clerk; users_at_subversion.tigris.org
> Subject: Re: Faster SVN Status
>
> Steven Bakke wrote:
> >
> > However through profiling we found a performance bottleneck in that
> it
> > starts a new repository session (network connection) once for each
> > target of the command. In our case the problem was with 'svn
> update',
> > but I think it applies to almost anything. The performance became
> > dominated by ~2-3 seconds per target overhead each time it made a
new
> > svn+ssh connection to the server.
>
> What can possibly cause a several-second delay? Does your reverse DNS
> lookup resolve quickly? Are IDENT queries dropped and timing out?
>
> --
> Les Mikesell
> lesmikesell_at_gmail.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: users-help_at_subversion.tigris.org

http://www.patni.com
World-Wide Partnerships. World-Class Solutions.
_____________________________________________________________________

This e-mail message may contain proprietary, confidential or legally
privileged information for the sole use of the person or entity to
whom this message was originally addressed. Any review, e-transmission
dissemination or other use of or taking of any action in reliance upon
this information by persons or entities other than the intended
recipient is prohibited. If you have received this e-mail in error
kindly delete this e-mail from your records. If it appears that this
mail has been forwarded to you without proper authority, please notify
us immediately at netadmin_at_patni.com and delete this mail.
_____________________________________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-01-05 03:32:22 CET

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

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