What IDL compiler options help reduce the footprint?
Answer Posted / 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 |
Post New Answer View All Answers
Explain a cluster?
how to insert or retrieve only 2000 records with having 10000 records
describe the weblogic communication flow.
What's a PRF?
What is the use of garbage collection?
Difference between Scheduler service and adapter pooling notification
How to use JacORB with TAO's Naming Service?
Why don't signals work with the ORB reactor?
what is the difference between environment
How to use a "corbaloc" object reference with a TAO server?
Difference between Storedprocedure notification, stored procedure with signature notification?
How does SESAME relate to the CORBA Security service?
Give me scenario when we are using custom sql, dynamic sql
Why is middleware important?
If you take 10 transformers in a try sequence, in which order error will be executed in the sequence?