Archived

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

IceBox.Service.IceStorm property

When using IceBox to create an IceStorm service the examples and demos show a parameter number of ",20". I.e.
IceBox.Service.IceStorm=IceStormService,20:create --Ice.Config=config

I can't find anywhere describing this parameter in the IceBox or IceStorm chapters of the manual? So what does it do?

Regards,
Ryan

Comments

  • mes
    mes California
    Ice uses a platform-independent naming scheme for shared libraries and DLLs. The ",20" in this example represents the version number of the shared library or DLL containing the IceBox service. Shared libraries that are created by users may not have a version number, but the IceStorm service does, so this trailing version number is required.

    Take care,
    - Mark