On 5/12/07, Lionel MARTIN <[EMAIL PROTECTED]> wrote:
Of course, I understand why $tmp value is reset during each call (the lexical variable goes out of scope) but, as we can see, the address used by the variable is changing as well during each request, and this fact doesn't seem consistent with what has been said before (i.e. that memory stayed allocated to lexical variables across requests)...
I don't know but my guess would be that it's either a problem with your test or a quirk of Windows/threads. When you want to look at internals, you'll get better information using something like Devel::Peek. - Perrin