Posted on 2006-11-29 23:59:06-08 by jdhedden in response to 3663
Re: Thread memory not being released.
As I mentioned before, you need to make sure your threads are being cleaned up at some point:
$thread[$identifier]->join(); delete($thread[$identifier]);
Also, you may need to do something similar with $AnsibleThread:
$AnsibleThread->join(); undef($AnsibleThread);
Direct Responses: 3665 | Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.