> So am I being overly paranoid concerning the "leak" potential of
mod_perl
> programming?

No, memory management is very important with mod_perl.

> If I start with "strict" code to begin with and try my best to stay
away
> from the problems you mentioned, then any potential memory leak/drain
> issues will be avoided?

Using strict is an absolute must for many reasons.  It won't prevent you
from using up tons of memory though.  You have to become tuned in to the
things that use up memory so that you can avoid them.  Start with the
Guide.

- Perrin

Reply via email to