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

[TSVN] Re: Win32 performance and Nagle Algorithm

From: <kfogel_at_collab.net>
Date: 2004-09-14 18:28:58 CEST

"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
Received on Tue Sep 14 21:24:18 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.