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

RE: [TSVN] Re: Win32 performance and Nagle Algorithm[Scanned]

From: JS.staff <jsparrow_at_ecclescollege.ac.uk>
Date: 2004-09-14 23:11:44 CEST

This would be great. All those 2 second delays add up!
 
John

        -----Original Message-----
        From: kfogel@collab.net [mailto:kfogel@collab.net]
        Sent: Tue 14/09/2004 17:28
        To: Guido Anzuoni
        Cc: dev@tortoisesvn.tigris.org
        Subject: [TSVN] Re: Win32 performance and Nagle Algorithm[Scanned]
        
        

        "Guido Anzuoni" <guido.anzuoni@kyneste.com> writes:
> There is a performance problem affecting subversion client(s) when
> both client and server run on Win32 platfom on different hosts.
>
> It seems that a simple configuration setting in neon solves the problem
> (see http://subversion.tigris.org/servlets/ReadMsg?list=users&msgNo=16886)
>
> I really don't know if both Subversion and TortoiseSVN should deal
> with this setting and if this change has side-effects on other
> operations. What I can say is that browsing repository is
> ***very*** slow in this platform conf.
>
> Will Subversion and/or TSVN developer address this issue in next release ?
        
        We could ask the Windows packagers to set the appropriate
        configuration bits when building Neon, i.e.,
        
           #define HAVE_SETSOCKOPT 1
        
        This enables Neon to turn off Nagling (thanks to Mike Pilato for
        explaining the convolutions to me), which it will do, because
        apparently it already knows about the lossage resulting from the
        combination of Nagle and delayed ACKs.
        
        Maybe Joe Orton can say whether this is a sane approach?
        
        -Karl
        
        ---------------------------------------------------------------------
        To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
        For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
        
        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org

Received on Wed Sep 15 00:44:07 2004

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

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