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?
I can't speak for the AM, but several years ago I wrote some C code on Linux that shared a socket between 2 threads, one reading, one writing (like what the OP wants to do). It worked for me. I don't know if this would work on MS Windows.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Can I/O operations on the same IO::Socket be executed in different threads?
by BrowserUk (Patriarch) on May 13, 2015 at 08:13 UTC |