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

Windows 2000 performances

From: Guido Anzuoni <guido.anzuoni_at_kyneste.com>
Date: 2004-07-26 17:23:38 CEST

Hello,
I am experiencing very bad performances with subversion 1.10rc1+Apache 2.0.50 on a Windows 2000 Server SP4 (3.0 GHz pentium)
executing a simple svn ls http://.... command.
Usign ethereal I can see that after a PROPFIND request issued by the client, and before the HTTP continuation packet is sent,
an ACK is received from the server with 200 msec delay.
When I issue the same command against a Linux server (Mandrake 8.2, svn 1.0.5 + Apache 2.0.48, 1.8 GHz pentium)
the global response is very fast ( 500 msec compared to 2.8 seconds needed to have the same response with Windows server).
Again, using ethereal, I can see no relevant delay in the flow of request/response.
More, the conversation with the linux server always have PSH bit on in data packets.
A little bit of additional information, if I issue the same ls command using svnserve server the response time
is pretty good and I can see PSH bit on in the packets, even on Windows server.

Any ideas ?

Thanks in advance,
Guido

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jul 26 17:24:28 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.