Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: fork process + SIG handlers

by Zaxo (Archbishop)
on Dec 04, 2004 at 04:22 UTC ( [id://412349]=note: print w/replies, xml ) Need Help??


in reply to fork process + SIG handlers

Note that $SIG{KILL} is not really assigned. That is intentional by the OS. The reason is that root needs a way to poleaxe a runaway process.

After Compline,
Zaxo

Replies are listed 'Best First'.
Re^2: fork process + SIG handlers
by BUU (Prior) on Dec 04, 2004 at 04:58 UTC
    What? Assigned? Sure it is. $SIG{KILL} is a perfectly valid signal handler. The only difference between it and sigint is that you can't actually catch a sigkill, you can just respond to it. Or am I thinking of sigterm..

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-19 04:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found