in reply to Plack: Shutdown handler?
I'm probably missing something here, but when you are setting up your signal handler, you'll certainly have the opportunity to save aside whatever existing handler is in place already?
If there's a pre-existing handler, why not just have your handler call it once your handler is done? My concern would be whether the stuff you're using that set their own handler would be as accomodating to your handler, and whether you would ever end up in a loop situation.
--Dave
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Plack: Shutdown handler?
by jdrago999 (Pilgrim) on Aug 12, 2011 at 00:37 UTC |