http://www.perlmonks.org?node_id=869975


in reply to Re: Windows, threads and IPC::Open3
in thread Windows, threads and IPC::Open3

The code example works on Windows Vista. test.pl only calls sleep(20) and the thread will be detached after 3 seconds and the process with $data{pid} is killed. :/

Replies are listed 'Best First'.
Re^3: Windows, threads and IPC::Open3
by ikegami (Patriarch) on Nov 08, 2010 at 01:56 UTC
    If either pipes fill up, the child will block and never exit.
Re^3: Windows, threads and IPC::Open3
by ikegami (Patriarch) on Nov 08, 2010 at 01:57 UTC
    If either pipes fill up, the child will block and never exit.