http://www.perlmonks.org?node_id=999637


in reply to Re^3: PANIC: underlying join failed threded tcp server
in thread PANIC: underlying join failed threded tcp server

Based on BrowserUK's post, this sounds like a race condition.
  • Comment on Re^4: PANIC: underlying join failed threded tcp server

Replies are listed 'Best First'.
Re^5: PANIC: underlying join failed threded tcp server
by BrowserUk (Patriarch) on Oct 18, 2012 at 01:15 UTC

    Unlikely. The only way to create a race condition with join, would be to attempt to call it concurrently in two threads.

    1. there is no sign of that possibility in the OPs code.
    2. Perl's internal locks would prevent user code generating that situation.

    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

    .