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

Re: Re: perl script as a running process

by isotope (Deacon)
on Jun 30, 2003 at 19:36 UTC ( [id://270288]=note: print w/replies, xml ) Need Help??


in reply to Re: perl script as a running process
in thread perl script as a running process

Correct. Signal 9 is SIGKILL, which is not actually sent to the process; it tells the kernel to terminate it without remorse. If you're trying to catch INT, send INT (kill -2) or for TERM, -15.

--isotope
  • Comment on Re: Re: perl script as a running process

Log In?
Username:
Password:

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

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

    No recent polls found