in reply to Re^5: Timeout on STDIN
in thread Timeout on STDIN

I believe STDOUT from my parent always flushes (so <STDIN> always works if the parent is working)

My problem occurs if the parent hangs, because the child process then hangs waiting for <STDIN>

So I was hoping for a way to be able to timeout waiting for <STDIN>