Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^3: trying to get timeout to work

by halfcountplus (Hermit)
on Apr 11, 2012 at 14:38 UTC ( [id://964550]=note: print w/replies, xml ) Need Help??


in reply to Re^2: trying to get timeout to work
in thread trying to get timeout to work

Yes, but it will happen in the requested 3 seconds. If you want a non-fatal handler:

local $SIG{ALRM} = sub { print STDERR "hey\n" };
Ie, there is a difference in behaviour between that and set_sig_handler(). Whoops, no there isn't, but adding STDERR reporting does shed some light on when the alarm fires...

Replies are listed 'Best First'.
Re^4: trying to get timeout to work
by Eliya (Vicar) on Apr 11, 2012 at 14:46 UTC

    Have you tried it?   AFAICT, this still doesn't do what the OP wants.

    Instead of the script getting killed, when the alarm fires, it now prints "hey" to STDERR, and then still goes to wait 60 seconds until the suprocess completes by itself.

      Have you tried it?

      Yes. But I didn't add a print into the OP's handler, or a die into mine, which is why they seemed different due to the wait behaviour you describe. ;)

      All apologies, will edit.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://964550]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (3)
As of 2024-04-24 02:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found