Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Does using globals via our() in mod_perl scripts lead to apache child size growth?

by duff (Parson)
on Nov 21, 2003 at 17:48 UTC ( [id://308980]=note: print w/replies, xml ) Need Help??


in reply to Does using globals via our() in mod_perl scripts lead to apache child size growth?

That would be strange as "our" is just a scoping mechanism and doesn't allocate anything. How are your vars "shared among packages via our()"? Are they all in the same file? I think our() is a red herring in this case. Perhaps Apache leaks because of whatever you're doing with the package globals, but that has nothing to do with our.

  • Comment on Re: Does using globals via our() in mod_perl scripts lead to apache child size growth?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://308980]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (3)
As of 2024-04-25 23:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found