NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Reallocation (Score:2)
--
xoa
Re:Reallocation (Score:1)
In this case it doesn't even go back to Perl, and that's a little worrisome if you occasionally get a peak of huge indata.
To me that doesn't matter _that_ much since I tend to avoid long running processes, restarting the program every once in awhile. Even if Perl behaves and you code your stuff the right way, there is always some module that will mess up and not break a circular reference, or some external lib will forget to release some resource.
Reply to This
Parent