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

Re: problems with large commits

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-10-10 19:55:24 CEST

Justin Erenkrantz <jerenkrantz@apache.org> writes:
> It's a design flaw in how mod_dav walks the tree - basically, it needs
> to store the response in a separate pool and use an iterative subpool
> for each file that it looks up. Right now, we can't use an iterative
> subpool approach because the response is stored in the same pool as
> the file lookups. So, the memory growth is linear based on how many
> files are in a directory.
>
> It's somewhere on my todo list, but if someone else wants to tackle
> it, please be my guest. =) -- justin

Is there an issue for it?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 10 20:23:01 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.