in reply to Re: (tye)Re: IPC, trying for have child wait for commands
in thread IPC, trying for have child wait for commands
Hm, it appears that Win32 Perl's close also pretends. Oh well, your code is still using things that I've found very easy to break because they are just pretending (and are still pretty new).
select will only work on TCP/IP sockets under Win32.
If you are blocking until you are able to read, then just call read and let if block. Your code only has an advantage when you have more than pipe you wish to read from.
- tye (but my friends call me "Tye")
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: (tye)Re2: IPC, trying for have child wait for commands
by Eradicatore (Monk) on Jun 05, 2001 at 22:56 UTC |