in reply to Re: open3 and IO::Select
in thread open3 and IO::Select
Have you tried to use this on Win32? Have you seen the list of win32 limitations? In particular:
IPC::Run uses helper processes, one per redirected file, .... This is a waste of resources and will change in the future to either use threads (instead of helper processes) or a WaitForMultipleObjects call (instead of select).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: open3 and IO::Select
by gloryhack (Deacon) on Nov 20, 2007 at 05:42 UTC |