Octavian Rasnita wrote:
I am using mod_perl and I try to initialize every variable before using it
with "" or undef, but even so, I can see that the memory used by Apache
increases more and more after using the site.
It's probably because you are doing things that require more memory.
Actual memor
Hi,
I am using mod_perl and I try to initialize every variable before using it
with "" or undef, but even so, I can see that the memory used by Apache
increases more and more after using the site.
Are there any tips and hints about what should we do to avoid this memory
increase somewhere on the