What IDL compiler options help reduce the footprint?



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

Post New Answer

More Middleware AllOther Interview Questions

Consider an enterprise wide system that you will be designing. The system’s purpose is file sharing, database‐dependent application delivery, OLTP and web application delivery. There will be 4 servers for each of these applications. If you were provided with a strict requirement for two‐tier architecture but had to accommodate over 5000 users what technologies and innovative methods would you use to facilitate the operation of such a system. (Note that twotier architecture has scalability issues in terms of number of users)

0 Answers  


What's the relationship between OCI's TAO and DOC's TAO?

0 Answers  


how to integrating sun one server(iplanet) with weblogic server?please mention what are the steps we need to follow?

2 Answers   EDS,


How to enable Fault Tolerance features in the ORB?

0 Answers  


1. What is garbage collection and what is it used for ?

1 Answers   Barclays,






Explain a cluster?

0 Answers  


How to detect when a connection between a client and server is broken?

0 Answers  


Between what parties does authentication happen when the client and the server communicate over SSL via Visibroker's Gatekeeper?

0 Answers  


If you take 10 transformers in a try sequence, in which order error will be executed in the sequence?

0 Answers   Cap Gemini,


How to set the size limit in AD so it can return more than 1000 entries?

0 Answers  


What all are the problems you have faced in weblogic?

0 Answers  


why middleware can be difficult to write and test.

0 Answers  


Categories