You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "guillaume.perrotte" <gu...@actia.fr> on 2005/05/27 14:02:04 UTC

Apache performance issues

Hi,

I'm currently using subversion 1.1.1 on my projects, running under svnserve
protocol. Everything is going pretty well and I'm quite happy of the
performances.

Unfortunately, i tried to turn to the Apache configuration and i've been
very surprised by the 'svn list -R' command. While it took approximately 3
to 5 seconds with the svnserve protocol to get the list of my repository (10
Mo / 2000 files with a lot of directories), it now takes 6 to 7 minutes with
the http protocol !!

Have you ever been confronted to the issue ? Is there any solution or
paramters to set up ?
I've tried to upgrade to 1.2.0 but it does not seem to be better...

Thanks for your advices,
Guillaume


--
Guillaume Perrotte
Software developper @ actia
Toulouse - FRANCE


____________________________________________________________________________
______________________

This message is intended for the use of the addressee only and may contain
information that is privileged and confidential.
E-mails are susceptible to alteration. Actia shall not be liable for the
message if altered, changed or falsified.
If you are not the intended recipient, you are notified that any
dissemination of this communication is strictly prohibited.
If you have received this communication in error, please notify us
immediately by return of this e-mail.

Ce courrier électronique est destiné exclusivement aux personnes ou
institutions dont le nom figure ci-dessus et peut contenir des informations
protégées par le secret professionnel, dont la divulgation est strictement
prohibée.
Tout message électronique est susceptible d'altération. Actia décline toute
responsabilité au titre de ce message s'il a été altéré, déformé ou
falsifié.
Si vous n'êtes pas destinataire, nous vous avisons que sa lecture, sa
reproduction ou sa distribution sont strictement interdites.
Nous vous prions en conséquence de nous aviser immédiatement par retour de
ce courrier.
____________________________________________________________________________
_____________________


Re: Apache performance issues

Posted by kf...@collab.net.
"guillaume.perrotte" <gu...@actia.fr> writes:
> Yes, this sounds exactly like issue 2151.
> 
> I'm therefore rather surprised reading the issue description that no
> correction is planned before release 1.4 since it sounds to me as a quite
> important issue and Greg Stein made its point on it.

Any issue can be done sooner, if someone finds time to do it, and
reviewing contributed patches is always a high priority around here...

hint, hint :-)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

RE: Apache performance issues

Posted by "guillaume.perrotte" <gu...@actia.fr>.
Hi,

Yes, this sounds exactly like issue 2151.

I'm therefore rather surprised reading the issue description that no
correction is planned before release 1.4 since it sounds to me as a quite
important issue and Greg Stein made its point on it.

--
Guillaume


-----Message d'origine-----
De : Philip Martin [mailto:philip@codematters.co.uk]
Envoye : vendredi 27 mai 2005 17:43
A : guillaume.perrotte
Cc : Dev@Subversion. Tigris. Org
Objet : Re: Apache performance issues


"guillaume.perrotte" <gu...@actia.fr> writes:

> Unfortunately, i tried to turn to the Apache configuration and i've been
> very surprised by the 'svn list -R' command. While it took approximately 3
> to 5 seconds with the svnserve protocol to get the list of my repository
(10
> Mo / 2000 files with a lot of directories), it now takes 6 to 7 minutes
with
> the http protocol !!

That sounds like issue 2151

http://subversion.tigris.org/issues/show_bug.cgi?id=2151

--
Philip Martin


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Apache performance issues

Posted by Philip Martin <ph...@codematters.co.uk>.
"guillaume.perrotte" <gu...@actia.fr> writes:

> Unfortunately, i tried to turn to the Apache configuration and i've been
> very surprised by the 'svn list -R' command. While it took approximately 3
> to 5 seconds with the svnserve protocol to get the list of my repository (10
> Mo / 2000 files with a lot of directories), it now takes 6 to 7 minutes with
> the http protocol !!

That sounds like issue 2151

http://subversion.tigris.org/issues/show_bug.cgi?id=2151

-- 
Philip Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Apache performance issues

Posted by Ben Collins-Sussman <su...@collab.net>.
On May 27, 2005, at 9:12 AM, Mark Phippard wrote:
>
> Google SVNPathAuthz for details.
>

Actually, no need, it's in the book now:

    http://svnbook.red-bean.com/en/1.1/ch06s04.html#svn-ch-6-sect-4.4.3



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Apache performance issues

Posted by Mark Phippard <Ma...@softlanding.com>.
Try adding the directive:

SVNPathAuthz Off

To your <Location> directive.  If you do not already have that directive 
specified, that should make it run a bit faster.

Google SVNPathAuthz for details.

Mark



"guillaume.perrotte" <gu...@actia.fr> wrote on 05/27/2005 
10:02:04 AM:

> Hi,
> 
> I'm currently using subversion 1.1.1 on my projects, running under 
svnserve 
> protocol. Everything is going pretty well and I'm quite happy of the 
performances. 
> 
> Unfortunately, i tried to turn to the Apache configuration and i've been 
very 
> surprised by the 'svn list -R' command. While it took approximately 3 to 
5 
> seconds with the svnserve protocol to get the list of my repository (10 
Mo / 
> 2000 files with a lot of directories), it now takes 6 to 7 minutes with 
the 
> http protocol !!
> 
> Have you ever been confronted to the issue ? Is there any solution or 
> paramters to set up ?
> I've tried to upgrade to 1.2.0 but it does not seem to be better...
> 
> Thanks for your advices,
> Guillaume


_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. by IBM Email Security Management Services powered by MessageLabs. 
_____________________________________________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org