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

Re: "svn diff" performance

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-07-24 15:52:44 CEST

Vladimir Prus <ghost@cs.msu.su> writes:

> And I now know what caused the problem: I had MaxServers set to 2 in
> httpd.conf. After changing this to 4, the performance became
> reasonable. Hmm... I still think there's something wrong -- why
> would ra_dav require more than one apache instance?! Isn't that
> inefficient?

This has nothing to do with ra_dav; ra_dav is just a client side
module that uses neon to send HTTP requests.

The question is: why does *apache* need many instances to respond to
a couple of PROPFIND and GET requests? Could have something to do
with apache's design (not sure), or a bug in mod_dav or mod_dav_svn.
Maybe someone else has some ideas.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 24 15:54:16 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.