Specifies a default locator for all proxies and object adapters. The value is a stringified proxy to the IcePack locator interface. The default locator can be overridden on a proxy using the ice_locator() operation. The default value is no locator.
The IcePack locator's object identity is IcePack/Locator. It is listening on the IcePack client endpoints. For example, if IcePack.Registry.Client.Endpoints is set to tcp -p 12000 -h localhost, the stringified proxy for the IcePack locator is IcePack/Locator:tcp -p 12000 -h localhost. |
If set, this property overrides compression settings in all proxies. If num is set to a value larger than zero, compression is enabled. If zero, compression is disabled.
The setting of this property is ignored in the server role.
Note that, if a client sets Ice.Override.Compress=1 and the server does not support compression (as for Java), requests will fail due to marshaling errors.
If a Java client sets Ice.Override.Compress=1, the setting is ignored with a warning message on stderr.
Regardless of the setting of this property, requests smaller than 100 bytes are never compressed.
<<< Previous | Home | Next >>> |
Ice Thread Pool Properties | Up | Ice Miscellaneous Properties |