in reply to Re^3: 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?
Sounds like you didn't actually run a server at localhost:6666? A simple echo server would do. (You can find one at localhost:echo sometimes, though it's trivial to write one.)
Why would I need an external server to communicate between two threads using sockets?
Does not compute
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Can I/O operations on the same IO::Socket be executed in different threads?
by ikegami (Patriarch) on May 14, 2015 at 14:51 UTC |