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

Re: CheckOut performance question

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-01-10 14:24:15 CET

Marc Haesen <marc.haesen@telindus.com> writes:

> I have a small repository containing 45 files in 185 dirs.
> When I do a check-out using the apache server in windows 2000 it takes about
> 69 seconds.
>
> If a map the repository as a network drive and then do a check out using a
> file:/// url it takes about 6 seconds which is 10 times faster.
>
> Is this normal behaviour or should I change some settings in the apache
> server?

Well, I wouldn't go bragging about this difference in timings to
anyone, but I don't think it's cause for alarm either.

In one case, your svn client is directly sucking bytes from BDB files
and then writing them out again; in the 2nd case, you've got a
complex dance of network requests and turnarounds happening. with bytes
being pushed over a TCP socket.

So no surprises... but then again, I bet there's still room for
improvement here somehow.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jan 10 14:27:08 2003

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.