in reply to Re^2: Which IPCs are available on Windows that support select() function besides sockets?
in thread Which IPCs are available on Windows that support select() function besides sockets?
It does seem that perlport(1) says socketpair is unavailable, which seems to be incorrect. My copy of perlport(1) says fork is properly emulated on Win32, though. This is the documentation that comes with Perl 5.8.1.
It may be that socketpair is implemented in terms of IP sockets, though, which means it wouldn't help the OP. I don't recall, and don't have a copy of Windows handy to test with.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Which IPCs are available on Windows that support select() function besides sockets?
by Anonymous Monk on Oct 17, 2005 at 02:36 UTC |