|
signal handling and ice::Application
I am using Ice::Application on linux. My application needs to trap SIGINT to do some cleaning up on its own account. However, Ice::Application also hooks the signal to do its own cleanup.
Is there some way I can call Ice's cleanup from mine? Or my cleanup from Ice's?
Should I just install my own signal handler and make sure I do all the required Ice cleanup?
Suggestions welcome.
John
|