On Wed, 2004-10-13 at 23:33, Batara Kesuma wrote: > Is there any memory leakage? What can I do to check it?
There is quite a bit of discussion about optimizing memory usage what to avoid in the mod_perl docs, mostly here: http://perl.apache.org/docs/1.0/guide/performance.html Usually the problem is not actual leaks, but rather programming practices that use up lots of RAM in Perl, like slurping large files into memory or loading huge database result sets. - Perrin -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html