in reply to Re^3: Socket client thread design problem
in thread Socket client thread design problem

This just seems to switch the socket between blocking and non-blocking mode. This can also be done with the Blocking parameter of the IO::Socket::INET. This blocking is not the problem. I actually want my socket blocking like this.

  • Comment on Re^4: Socket client thread design problem