Ice.Override.*
Ice.Override.Compress
Synopsis
Ice.Override.Compress=num
Description
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 property has no effect on the server-side.
Note that, if a client sets Ice.Override.Compress=1 and sends a compressed request to a server that does not support compression, the server will close the connection and the client will receive ConnectionLostException.
If a client does not support compression and Ice.Override.Compress=1, the setting is ignored and a warning message is printed on stderr.
Regardless of the setting of this property, requests smaller than 100 bytes are never compressed.