![]() |
|
go ahead... be a heretic | |
PerlMonks |
Re^3: Nasty MultiThread problemby liz (Monsignor) |
on Nov 18, 2005 at 23:23 UTC ( #509995=note: print w/replies, xml ) | Need Help?? |
Then you're probably not joining all active threads, either from not storing hem correctly or for some other reason (I did not look at your code).
One way of ensuring that you close all threads:
According to the pod of "threads" threads->list(); This will return a list of all non joined, non detached threads.Hope this helps.
In Section
Seekers of Perl Wisdom
|
|