Archived

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

Does Ice Strom have to be a separate process...

I have a simple little Ice Server and would like to link in Ice Storm for event broadcast from this simple server. Is this possible or does Ice Storm have to be in a separate process using Ice Box?

Thanks,

Oliver

Comments

  • mes
    mes California
    Hi Oliver,

    There's no documented way to do that. The IceGrid registry actually embeds an IceStorm instance, but it uses an internal API to achieve it.

    The simplest solution would be to make your server into an IceBox service and run it along with IceStorm in the same IceBox instance.

    Regards,
    Mark