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


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

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

.
  • Comment on Re^5: PANIC: underlying join failed threded tcp server