I have some mod_perl modules. I suspect that it has a memory
leak. I'm running that in a Sun Solaris 2.6 machine with apache
1.3.9. I read that exists Apache::Leak to test for leaks.
    How it works?
I have some packages and I put into them like this:

package package_name;
use Apache::Leak;

leak_test{
<global vars>

sub handler
{
 statements
}

sub another_function
{
  statements
}
};

Is it correct? I thought not, because the answers are always no
leaks.

Anybody can helps me? Another idea to detect the leaks?

Regards,

Alex


__________________________________________________________________________
BOL d� 15 viagens GR�TIS para as Olimp�adas!
Desafio BOLimp�adas. Inscreva-se j�! http://desafio.bol.com.br/bolimpiadas




Reply via email to