On Wed, Sep 04, 2002 at 05:17:29PM -0700, Greg Stein wrote:
> 
> Yup. On the error exits, too.

Hmm.  On the error exits, shouldn't the request pool get cleaned up
right after that?  But, for the successful cases, it makes sense to
cleanup.

> You know... I bet this will also solve the 'svn import' problem that we've
> been seeing lately. In that case, the server memory just skyrockets,
> proportional to the amount of data imported. This would do it.

Hmm.  Why wouldn't they be cleaned up when the request pool
is cleaned up?  I wonder if its something else there.  As,
svn import is multiple-request based rather than one large
commit, right?  So, r->pool would be cleaned up on each request
and the brigade freed.

Or, maybe I'm missing something...  -- justin

Reply via email to