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

Re: Unusually Slow HTTPS w/Apache 2.0.59 and SVN 1.4.2...

From: Ryan Schmidt <subversion-2006d_at_ryandesign.com>
Date: 2006-11-23 08:05:06 CET

On Nov 23, 2006, at 00:38, Charles Chen wrote:

> 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?

Entropy problem? Is your APR compiled to use /dev/random, and is that
slow on your system? You can recompile APR to use /dev/urandom
instead, which will be faster if this is the problem.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Nov 23 08:05:47 2006

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.