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

Re: Very poor performances with Apache 2.0.55

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-01-04 22:06:34 CET

On 1/4/06, Emmanuel Blot <manu.blot@gmail.com> wrote:
> Ok, I'll try to build this tomorrow or by the end of the week, and
> keep you posted.

Oops, it turns out that won't actually help. The underlying problem
isn't the sending of many revprops, it's the authz checks that verify
that you're able to see that revision at all. If there are lots of
paths it will take a long time to check each of them, which you need
to do to make path based authorization work. If you don't care about
path based authz (i.e. you aren't controlling read access to parts of
your repository via something like mod_authz_svn) you can turn off
these checks via the SVNPathAuthz off directive, which should speed
things up considerably.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jan 4 22:42:04 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.