Archived

This forum has been archived. Please start a new discussion on GitHub.

IceGrid activation

Hello,

Can an IceGrid node start (via icegridadmin) an arbitrary service that is not an Ice service if I use manual activation?

Thanks

Comments

  • benoit
    benoit Rennes, France
    Hi,

    Yes, this should work. However, you should make sure your process shuts down on SIGTERM (Unix) or on Ctrl+Break event for Windows (you can use the IceUtil::CtrlCHandler utility class for this). Otherwise, the IceGrid node won't be able to cleanly stop you process.

    Cheers,
    Benoit.