I'm relatively new to Ice so please excuse me if I have this completely wrong.
I have an existing application that I want to add an Ice interface to. I have this working well so I have decided to start playing with the IceGrid stuff.
I have IceGridAdmin starting the application but I cannot see how to get it to shut it down properly. I've got it to simply kill the process by setting the deactivation-timeout to 1 second but I'd like to get the shutdown working correctly.
From what I can gather I can somehow use the Ice::Process facet to do this. I don't want to use the Ice::Application functionality as it doesn't fit with what we already have in place.
Can someone give me some example code on how to use this mechanism as the docs don't seem to explain much at all in this regard.
Mark.

Reply With Quote