in reply to Re: Shutdown a thread that is using a blocking socket
in thread Shutdown a thread that is using a blocking socket

Interestingly, even though I can't (perl won't let me) threads::shared::share($cfg::listen_socket), (because it's too complex an object), declaring it in the ctrl thread then assigning/using it in the listen thr still allows the shutdown() cmd from the ctrl thr to affect the listen thr, which is what I wanted. :-)

Cheers
Chris
  • Comment on Re^2: Shutdown a thread that is using a blocking socket