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

Re: apr pools & memory leaks

From: Mark Phippard <markphip_at_gmail.com>
Date: Wed, 1 Oct 2008 14:43:23 -0400

On Wed, Oct 1, 2008 at 2:39 PM, Erik Huelsmann <ehuels_at_gmail.com> wrote:

> Windows doesn't support prefork mode; only threaded operation. On
> Linux/Unix the default mode of operation of Apache is some sort of
> creation of disposable processes. The threaded operation in Windows
> doesn't have that (a disposable process which cleans up any memory
> management issues).

OK. The way I read Ben's email is that the reason you do not see this
in "plain Apache" was that it is usually run in pre-fork. I thought
it was possible in SVN regardless. It sounds like when SVN is used in
an Apache that is using pre-fork these processes are being cleaned up
regularly which frees memory.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-10-01 20:43:42 CEST

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.