Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^2: thread ids stringifying wrong in v5.12.4?

by samwyse (Scribe)
on Dec 17, 2012 at 18:36 UTC ( [id://1009213]=note: print w/replies, xml ) Need Help??


in reply to Re: thread ids stringifying wrong in v5.12.4?
in thread thread ids stringifying wrong in v5.12.4?

Strictly speaking, I wasn't storing the thread handles in a hash, I was wanting to use them as keys. This is because I wanted to associate information for each thread (i.e. the parameters used when started). Using the tid() method solved that problem.

I'm unsure that your code for joining the threads is useful to me, as it seems that it would wait for the first thread to finish before checking any others. Since some of the threads may hang, this would not solve my stated problem. I do agree that using a sleep loop isn't optimal, and I should look for a better way to wait for threads to exit.

  • Comment on Re^2: thread ids stringifying wrong in v5.12.4?

Replies are listed 'Best First'.
Re^3: thread ids stringifying wrong in v5.12.4?
by BrowserUk (Patriarch) on Dec 17, 2012 at 19:11 UTC
    some of the threads may hang

    How do you handle not getting the return value from those threads that hang?

    How will you clean those threads up when your program ends?


    With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
    Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
    "Science is about questioning the status quo. Questioning authority".
    In the absence of evidence, opinion is indistinguishable from prejudice.

    RIP Neil Armstrong

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (6)
As of 2024-04-20 02:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found