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

Re: Problem/Crash doing large checkout via DAV

From: Greg Stein <gstein_at_lyra.org>
Date: 2002-06-04 22:29:16 CEST

On Tue, Jun 04, 2002 at 10:18:52AM -0500, Ben Collins-Sussman wrote:
> "Gerald Richter" <richter@ecos.de> writes:
>...
> > (EVerything is on the same machine, so there is no network traffic
> > time involved)
>
> I *thought* that the server would be streaming the humongous
> 40,000-entry response, so client-side parsing can start right
> away... we have a brigade for that now, or something. Maybe gstein
> can comment?

Actually, PROPFIND is not (yet) streamy. I switched over REPORT reponses a
while back, and content has always been streamy.

So if *one* directory had 40k files, then there could be problems :-)

However, Gerald followed up to say that is in all directories recursively.
That should not be a problem. We send a PROPFIND for just a directory and
its immediate children. Note that mod_dav will (normally) reject a "depth
infinity" PROPFIND.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jun 5 00:24:26 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.