2 messages in com.mysql.lists.perlMemory Leak with Perl & Mysql
FromSent OnAttachments
SuratSingh Bhati23 May 1999 13:35 
Michael Widenius25 May 1999 02:18 
Subject:Memory Leak with Perl & Mysql
From:Michael Widenius (mon@kaskela.pp.sci.fi)
Date:05/25/1999 02:18:47 AM
List:com.mysql.lists.perl

"SuratSingh" == SuratSingh Bhati <sura@hotmail.com> writes:

SuratSingh> Hi , SuratSingh> I am using Perl & Mysql on my digital alpha m/c. SuratSingh> Web server is Netscape Enterprise Server 3.6.

SuratSingh> This site having about 100000 hits per hour,

SuratSingh> But my server become slow after 2-3 hour , and SuratSingh> I have to restart it,

SuratSingh> My unix admin syas this is due to memory leak , that may SuratSingh> be due to coding of my CGI program,

SuratSingh> How I can check the memory leak of my program? SuratSingh> How should I remove it?

SuratSingh> please help me soon

SuratSingh> Regards,

SuratSingh> -Surat Singh

Hi!

Try to figure out (with ps) if it's your CGI program, Netscape or MySQL that leaks memory; MySQL shouldn't in itself have any memory leaks, but there is always the possibility that some system libraries leaks memory.

Regards, Monty