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

Re: Apache very slow, svnserve fast under Windows 2003 server

From: Mark Phippard <MarkP_at_softlanding.com>
Date: 2004-12-16 20:11:20 CET

> No joy! Doing an svn list through Apache on localhost as well as from
Red
> Hat, SuSE and Windows XP took over five minutes for a repository with
some
> 200 C++ files and eighty revision levels.
> Stopping Apache and starting svnserver -d on the same server gave almost

> instantaneous response locally as well as across the switched 1GBit
subnet
> that these machines are on. There was no other traffic on the subnet.
> Starting Apache again gave the same sorry results.
>
>
> Apache HTTP Server 2.0.52
> Subversion 1.1.0 (r11180)

Apache is always slower than svnserve, but in this case it is a specific
performance regression in 1.0.8/1.1.0 that was corrected in 1.0.9/1.1.1.
Also, in your Apache location directive you should add SVNPathAuthz off so
that it looks like this:

<Location /svn>
  DAV svn
  SVNParentPath /public/Repositories
  SVNPathAuthz off
</Location>

That will get you the maximum Apache performance. This problem affects
Apache on all platforms, but it was most noticeable on Windows.

Mark

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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Dec 16 20:18:55 2004

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.