in reply to Re: Can I/O operations on the same IO::Socket be executed in different threads?
in thread Can I/O operations on the same IO::Socket be executed in different threads?

And? You've got two connected endpoints, two descriptors. There's no shared socket.

  • Comment on Re^2: Can I/O operations on the same IO::Socket be executed in different threads?

Replies are listed 'Best First'.
Re^3: Can I/O operations on the same IO::Socket be executed in different threads?
by Anonymous Monk on May 14, 2015 at 00:19 UTC

    And? You've got two connected endpoints, two descriptors. There's no shared socket.

    Yes, that is the point of this example -- it does seem to miss the point of the OP, so yeah :)