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 |
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)
What's the relationship between OCI's TAO and DOC's TAO?
how to integrating sun one server(iplanet) with weblogic server?please mention what are the steps we need to follow?
How to enable Fault Tolerance features in the ORB?
1. What is garbage collection and what is it used for ?
Explain a cluster?
How to detect when a connection between a client and server is broken?
Between what parties does authentication happen when the client and the server communicate over SSL via Visibroker's Gatekeeper?
If you take 10 transformers in a try sequence, in which order error will be executed in the sequence?
How to set the size limit in AD so it can return more than 1000 entries?
What all are the problems you have faced in weblogic?
why middleware can be difficult to write and test.