Product: OpenFusion JacORB
Version: 2.3
Description:
What does the jacorb.compactTypecodes property do?
Resolution:
The jacorb.compactTypecodes property causes JacORB to strip off all optional information from Typecode’s before they are marshalled. This produces smaller network packages and can have a positive effect on performance.
In JacORB 2.3 the jacorb.compactTypecodes option acts as follows:
If the option is set to 'on' then the name of the typecode, the member_type and the typecode names will be encoded as empty strings and the member_name, member_typecode and member_name names are stripped.
If the option is set to 'off' then the complete typecode information is available.
The default value is 'off'.
#JacORBTypeCode
#OpenFusion
#KnowledgeDocs