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

2007-05-12 Thread Lionel MARTIN
case. Lionel. ----- Original Message ----- From: "Clinton Gormley" <[EMAIL PROTECTED] > To: "Lionel MARTIN" <[EMAIL PROTECTED]> Cc: "Perrin Harkins" <[EMAIL PROTECTED]>; Sent: Saturday, May 12, 2007 8:59 AM Subject: Re: After retrieving dat

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

2007-05-11 Thread Clinton Gormley
> > > > 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

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

2007-05-11 Thread Lionel MARTIN
Hi, I think you got me wrong. My initial question was basically something like "how could I preserve/give back memory if needed" (i.e. in rare situations) and the reply turned up into a "don't use large scalars". (which is relevant, I agree, but was not directly replying my initial question)