View Single Post
  #1 (permalink)  
Old 07-11-2005
fitzharrys fitzharrys is offline
Registered User
 
 
Join Date: Oct 2004
Posts: 8
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
Reply With Quote