Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^2: Stacking Signal Handlers

by saintmike (Vicar)
on Aug 30, 2010 at 05:34 UTC ( [id://857972]=note: print w/replies, xml ) Need Help??


in reply to Re: Stacking Signal Handlers
in thread Stacking Signal Handlers

Installing a signal handler is something that the main process code should do. Not something that happens because of the "use" statement of some module.
As long as you're programming simple scripts in a bubble, that assumption might work.

If, on the other hand, you're developing a framework to be used by others, you'll realize that this is a real-world problem that needs to be addressed -- ideally by a cookbook solution.

Log In?
Username:
Password:

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

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

    No recent polls found