in reply to Re^2: 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.)
IO::Socket::INET->new creates a TCP socket, not a unix socket.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Can I/O operations on the same IO::Socket be executed in different threads?
by Anonymous Monk on May 13, 2015 at 07:09 UTC | |
by ikegami (Patriarch) on May 14, 2015 at 14:51 UTC |