Hi,
I have an IceGrid server application that has an event loop, so it can't do a waitForShutdown(). Because of that, the server isn't stoppable using icegridadmin; it only gets killed ungracefully after some timeout period.
Looking through the documentation, I came accross B.57 Ice::Process, which states "Managed servers must implement this interface and invoke ObjectAdapter::setProcess to register the process proxy."
However, ObjectAdaper has no trace of setProcess(), if this call is appropriate in the first place..
So my question is: (how) can I be notified of imminent process shutdown by IceGrid?
Cheers,
Rob

Reply With Quote