Hi list,
I developed an site in Embperl for documents version controls.
This site run in Linux (RedHat).
After 2 weeks the message Out of memory is displayed in console of Linux and
I had that inicialize the Linux.
I am using DBD::Oracle and i'm not using $sth->finish in sql statements.
The out of memory problem occured because i'm not using $sth->finish ?
I change the parameter MaxRequestsPerChild of 0 to 100.
It will resolve the problem or a have to change the code of my epl files ?
I am using apache 1.3.27 and Embperl 1.3.6.
Thank you.