Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Rex2: Finding memory leaks

by Sweeper (Pilgrim)
on Apr 25, 2002 at 05:40 UTC ( [id://161864]=note: print w/replies, xml ) Need Help??


in reply to Re: Finding memory leaks
in thread Finding memory leaks

One disadvantage could be variable persistence. If you need to remember a variable for the whole duration of the task, you will have to store this variable in a permanent file (with Storable or similar module) and retrieve it later. With possible security problems.

I think in your case, you are lucky not to need persistence. In your case, a cron job is good enough to prevent memory leaks.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (4)
As of 2024-04-26 04:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found