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


in reply to Re: Safe Pipe Opens and Implicit Loops
in thread Safe Pipe Opens and Implicit Loops

Instead of hooking into the warning, you could use alarm.

No luck with that. At least on MacOS X, pending alarms seem to be postponed while open is doing its retry loop. Maybe the signal is needed for waiting between retries and other SIGALRM handlers are deactivated hence. I see them fire in both parent and child once fork is successful, but not during the retry loop, which does not help at all.

To summarize, open3 seems to be the way to go, and I stand corrected in that the behaviour is not quite new.

  • Comment on Re^2: Safe Pipe Opens and Implicit Loops

Replies are listed 'Best First'.
Re^3: Safe Pipe Opens and Implicit Loops
by Anonymous Monk on Jul 11, 2010 at 23:16 UTC
    try enabling unsafe signals