http://qs321.pair.com?node_id=1009213


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