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

[TSVN] About Windows Performances

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

Hello,
I have posted around the same topic without too much success.
I run my subversion server on a Windows 2000 + Apache 2.0.50 and I have noted huge latency in repository
browsing not observed with a Linux server.
Using ethereal I have discovered that there is a delay of about 200ms between the header of PROPFIND request and
the following xml body (likely due to Nagle algorithm) when talking to a Windows server.

Has anyone evidence of this ?

The About box of TSVN claims the use of neon 0.24.6 that should have solved the problem but...

I have posted the topic on neao 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)

....

Is it something that affects TSVN build process too ?

Guido.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Fri Aug 27 17:45:21 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.