What IDL compiler options help reduce the footprint?
Answer / john q
There are a number of ways that one can reduce the footprint. Though there may be some reduction in functionality. Also are we wanting Client-side or Server-side?
Here are some examples
1. Using the -Sa option:
Cut down on code size by if you don't need your interfaces to be converted to CORBA Anys.
2. Using inheritance from one interface to another.
3. Using struct.
4. Using array versus sequence.
| Is This Answer Correct ? | 0 Yes | 0 No |
When a message flow is deployed into integration server it is carried to integration node so what is the internal representation of data for message flow that Integration Node can understand ?
How to enable Fault Tolerance features in the ORB?
When JAVA will be mature ?
How is RoadSync different from middleware?
What is garbage collection and what is it used for?
how to deploy the application in weblogic server
what is the role of freeware in middleware solutions?
If you take 10 transformers in a try sequence, in which order error will be executed in the sequence?
what is oracle fusion middleware?
what is the difference between environment
Hello, IBM InfoShere DataStage and InfoShere Federation Server are midleware used to work between different databases located on different machines? I need a middleware that connects the databases that I have installed as I explain below: oracle on N.A. aix 6.1 on a Power 6 db2 on N.A. aix 5.3 on a Power 5
Why don't signals work with the ORB reactor?