Re: Unusually Slow HTTPS w/Apache 2.0.59 and SVN 1.4.2...
From: Charles Chen <cchen_at_charliedigital.com>
Date: 2006-11-23 07:38:56 CET
Thanks for the responses.
Actually, I only turned to this list after googling for a good 45 minutes to only come up with the aforementioned setting; I should have mentioned that I already had it in my config.
Of course, I promptly tried it and had no luck with it as it only seemed to shave maybe 2-3 seconds? Which could have been just incidental for the run.
As I mentioned:
My SVN config is set as such:
<Location /ProjectXYZ>
DAV svn
SVNPath "E:/ ProjectXYZ"
AuthType Basic
AuthName "My ProjectXYZ Repo "
AuthUserFile "E:/Repo/.htaccess"
SVNPathAuthz Off
Require valid-user
</Location>
Any other ideas besides SVNPathAuthz?
Charles Chen
----------------------------------------
From: Ryan Schmidt <subversion-2006d@ryandesign.com>
Sent: Wednesday, November 22, 2006 10:39 AM
To: Erik Huelsmann <ehuels@gmail.com>
Subject: Re: Unusually Slow HTTPS w/Apache 2.0.59 and SVN 1.4.2...
On Nov 22, 2006, at 09:55, Erik Huelsmann wrote:
> 'svn list' isn't a particularly great performance measurement system
> if you want to measure network performance: If you don't explicitly
> turn off authorisation (SVNPathAuthz Off), you'll see extremely slow
> responses from the server. I believe this is in a FAQ somewhere.
> (Can't find it right now).
It's in the book even:
svn.serverconfig.httpd.html#svn.serverconfig.httpd.authz.pathauthzoff>
(You may have to reassemble this long URL if your email client
doesn't do so for you.)
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
|
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.