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

Subversion + Apache + SSL + Windows = low performance

From: Slava Skorykh <vskorykh_at_fortess.net>
Date: 2005-02-09 11:46:18 CET

Hi All,

 

I have installed Subversion under Apache on Windows 2003 server:
Apache/2.0.52 (Win32) mod_ssl/2.0.52 OpenSSL/0.9.7e SVN/1.1.3
mod_auth_sspi/1.0.1 DAV/2 mod_perl/1.999.21 Perl/v5.8.6.
 
Checkout operation for an empty Subversion project over SSL connection "svn
checkout <https://myhost/SVN/test> https://myhost/SVN/test" takes about 30
seconds!!! However the same
operation over insecure channel "svn checkout <http://myhost/SVN/test>
http://myhost/SVN/test"
completes in less than 3 seconds. I have tested checkout operations from
both
Windows and Linux workstations (not a problem of Subversion client).
 
I have monitored network with Ethereal Network Analyzed and it shows that
there are 1-2 seconds delays in Apache2 responses.
 
Also I have installed Apache and Subversion on Red Hat server:
Apache/2.0.52 (Unix) mod_ssl/2.0.52 OpenSSL/0.9.7a DAV/2 SVN/1.0.6
Checkout of an empty project works fine without unnecessary delays on both
Windows and Linux workstations.

 

Is it possible to resolve my problem?

 

Thanks

 

 
Received on Wed Feb 9 11:48:34 2005

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.