Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Handling TERM signal

by jesuashok (Curate)
on Mar 09, 2007 at 10:19 UTC ( [id://603960]=note: print w/replies, xml ) Need Help??


in reply to Handling TERM signal

why the sleep breaks even though TERM is handled.
you are handling a TERM signal for the whole perl program. You have not written any specific code to handle a TERM signal, while sleep function is in progress.

Signal handling is a general concepts with regard to the OS you are working on. To learn more about what is signal, signal handling and so on, you can refer UnixSignals. If you want to learn more still google helps you out.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://603960]
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: (2)
As of 2024-04-20 03:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found