Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: signal pipe

by kjherron (Pilgrim)
on Jan 03, 2002 at 23:00 UTC ( [id://136045]=note: print w/replies, xml ) Need Help??


in reply to signal pipe

Depending on what the victim process is doing, it could receive a sigpipe for some other, perfectly legitimate reason. It's probably not a good signal to overload in this manner.

SIGTERM is the standard signal to use for signalling a process to terminate. If you can't use that for some reason, perhaps you can use SIGUSR1 or SIGUSR2.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (8)
As of 2024-04-18 09:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found