Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^3: Nasty MultiThread problem

by liz (Monsignor)
on Nov 18, 2005 at 23:23 UTC ( #509995=note: print w/replies, xml ) Need Help??


in reply to Re^2: Nasty MultiThread problem
in thread Nasty MultiThread problem

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:
$_->join for threads->list();
According to the pod of "threads"
threads->list();
           This will return a list of all non joined, non detached threads.
Hope this helps.

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2023-10-02 09:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?