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
How to enable Fault Tolerance features in the ORB?
How to detect when a connection between a client and server is broken?
How to assign the ssl certificate to particular qm?
join types in trigger explain?
Does JacORB support the "iioploc" object reference format?
what are open source RFID middleware?
Insertnotification, basic notification difference between them? why we need to create trigger sequence,buffer table manually in basic notification
in filepooling concept if the file doesnt go to target location then it is error directory how to solve this problem
What are the installation modes in weblogic?
How communication happens in between weblogic and web server?
How can you see partner data using webservice.
Can enyone tell me what is the young generation and old genaration in GC ? how it will work?
How does SESAME relate to the CORBA Security service?
How to use a "corbaloc" object reference with a TAO server?
Explain a cluster?