in reply to Re^4: Timeout on STDINin 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>