in reply to Re^10: Please suggest a non-forking way to do this (OS: windows)
in thread Please suggest a non-forking way to do this (OS: windows)

Win32API::File has a function that returns the system file handle associated with a Perl file handle, and Win32::API can give access to PeekNamedPipe with minimal fuss.

Sounds like it's another working solution in this case, even if it can't be integrated with select.

Replies are listed 'Best First'.
Re^12: Please suggest a non-forking way to do this (OS: windows)
by BrowserUk (Patriarch) on Sep 30, 2008 at 16:26 UTC