in reply to
Can I/O operations on the same IO::Socket be executed in different threads?
If you're trying to communicate between the two threads using that socket, see this
simple solution
.
Comment on
Re: Can I/O operations on the same IO::Socket be executed in different threads?
In Section
Seekers of Perl Wisdom