Thanks for this.

well, to complicate things, this behavior is PER CHILD...

meaning:

if you run test1.pl 2x and they are both served by the same apache child, then the memory will be reused. if you run test1.pl 2x and they are both served by the different apache children, then the memory will be not be reused.

I would even say PER THREAD or PER PERL INTERPRETER.

Indeed, I'm running Per/mod perl under Windows, and there's one unique Apache process (except the parent one) hosting all perl interpreters.

Many docs I'm reading are assuming there isonly one Perl interpreter per Apache Process, which is not true for me. (and even for *nix users that are using the worker MPM)

Reply via email to