Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Re: Embedded Perl - Memory leak

by Elian (Parson)
on Oct 16, 2003 at 16:43 UTC ( [id://299815]=note: print w/replies, xml ) Need Help??


in reply to Re: Embedded Perl - Memory leak
in thread Embedded Perl - Memory leak

You may want to look into making 'value' mortal.
No. Never make things you put into an aggregate (or things you've fetched out of an aggregate) mortal. It messes up the refcounts, will result in things being prematurely destroyed, and in some cases may end up with unusual garbage inside the aggregates.

Putting things into aggregates and taking them back out doesn't affect their refcounts.

Log In?
Username:
Password:

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

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

    No recent polls found