You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Clinton Gormley <cl...@traveljury.com> on 2007/05/11 20:10:05 UTC

Re: After retrieving data from DB, the memory doesn't seem to befreed up

> >
> > Obviously, for the second case, I'm assuming that you would do these
> > things on a small percentage of your total requests, otherwise killing
> > off your child would be a major bottleneck.
> 
> Here, as well, killing a child process under Windows, means killing my whole 
> Apache server (and so all the serving threads).

I thought that $r->child_terminate would work under threaded MPMs as
well, but it doesn't.

My mistake.


clint