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

Re: could not fetch directory entries

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-06-09 16:36:24 CEST

Garret Wilson <garret@globalmentor.com> writes:

> That directory consists of 1141 JPEG and AU files, most of which are
> between 1K and 10K in size. Total size of that directory is
> ~4MB. Should this overstress Subversion?

Yes, this is a problem with apache itself (mod_dav), which I've been
working on. It can't scale to huge directory listings well. Apache
isn't streaming back the directory listing; it's building up 1141 XML
entries in memory first, thus the client timeout.

Look for a fix in 0.24, hopefully, assuming we can get the httpd-2.1
fixes backported to httpd-2.0.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jun 9 16:38:09 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.