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

Windows Performances Again

From: Guido Anzuoni <guido.anzuoni_at_kyneste.com>
Date: 2004-08-27 16:27:10 CEST

Hello,
regarding the latency of svn ls http://... command when both client and server runs on (separate) Windows machines,
likely due to Nagle algorithm, I have posted the topic on neon list too and I have received some suggestion that follows.

....
If you add

#define HAVE_SETSOCKOPT 1

to config.hw and rebuild neon, does that help? (maybe put a #warning in
the setsockopt code to ensure it's really getting compiled)

....

Looking at config.hw shipped with subversion 1.1 HAVE_SETSOCKOPT is not defined.
Is it taken into account somewhere else ?
Setting the flag on windows platform doesn't work ?

Just for couriosity, svn ls http://... using an intermediate Linux proxy is faster that talking directly to the
Windows server ....

Guido.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Aug 27 16:28:01 2004

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.