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

Re: Script Timeouts

by petral (Curate)
on Nov 08, 2002 at 22:48 UTC ( [id://211576]=note: print w/replies, xml ) Need Help??


in reply to Script Timeouts

I had this problem once.    After I put this
$SIG{HUP} = $SIG{ALRM} = 'IGNORE';
in my code, it went away.   (Maybe also with  set -o nohup in ksh startup, although it's not there now.)

  p

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (5)
As of 2024-03-28 19:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found