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

RE: DAV very slow after upgrade from 1.0.3 to 1.1rc4

From: Simon Knight <Simon.Knight_at_itsq.com.au>
Date: 2004-10-01 01:49:42 CEST

Karl,
Here are the relevant sections of http.conf
LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so
LoadModule php4_module modules/libphp4.so

ScriptAlias /cgi-bin/ "/usr/local/apache2/cgi-bin/"
ScriptAlias /view "/usr/local/viewcvs-1.0-dev/www/cgi/viewcvs.cgi"

There is no authentication on the http side because it is read only. We
are using a password file on the svnserve side.

The speed issue was with viewing using viewcvs. We have some deep trees
and when clicking on one of these it took in excess of a minute to
display the next level. Running 'top' showed several httpd processes
running at max cpu. Unfortunately I rolled back before testing the raw
DAV interface as I had developers waiting for access, so I don't know if
that was slow also. I did a quick 'svn status' on the root of my working
copy and it was also slower than the older release, but is not a show
stopper like the browsing.

I noticed that one difference between the versions is that the older
version is dynamically linked, while the later one is statically linked.
This means that the two are probably not running the same versions of
libraries, particularly neon since it is include in the distro at a
later version than the installed one.

Cheers
Simon

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Oct 1 01:50:22 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.