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

Re: Poor performance over HTTP

From: Mark Phippard <markphip_at_gmail.com>
Date: Thu, 5 Jun 2008 18:49:31 -0400

On Wed, Jun 4, 2008 at 10:44 AM, Kallin Nagelberg
<kallin.nagelberg_at_gmail.com> wrote:
> We recently converted from CVS to SVN at our work, and I'm happy to say it
> went off without a hitch.
>
> The problem we noticed day one was with the speed of HTTP access. We need to
> use http or svn+ssh to integrate with our LDAP server. svn+ssh is in place
> now, but it's quite a bit tricker to use (especially with tortoise) and we
> would prefer to get HTTP working as it should.
>
> I found some tips online to tweak the apache settings, and although HTTP is
> now improved, it is still slow compared to just using svn protocol. I know
> you can make HTTP fast just by looking at http://svn.codehaus.org/groovy/ .

CodeHaus is probably not using LDAP for authentication. Based on
other posts I have seen, I think that mechanism is particularly slow.
It also probably is not using authz rules which also slows things
down.

You could try making a simple read-only, no authentication
configuration. This should be as good as performance can get. Then
add in each other piece one at a time so you can see how each impacts
performance.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-06 00:49:54 CEST

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.