--%>

CORBA

In what respects did CORBA seek to improve on technologies such as SunRPC?

E

Expert

Verified

As SunRPC is Language/OS (Unix System V, Linux, BSD, OS X) dependent where CORBA seeks to have an RPC which is Language/OS independent.

The SunRPC do not provide polymorphism (Object oriented languages expect polymorphism where services may behave differently based on data types passed to it.) where CORBA seeks improvement.

The SunRPC do not provide dynamic invocation where CORBA seeks improvement.

As with SunRPC, we need a unique program number per server while as CORBA seeks to have an RPC which provides to generate unique ID.

   Related Questions in Programming Languages

  • Q : Difference between the choice and list

    Illustrate the difference between the choice and list?

  • Q : Monte Carol method to estimate pi An

    An interesting way to estimate pi can can done using Monte Carol method with minimal mathematics. Monte Carlo is known for its casinos. A Monte Carlo method uses change, or in our case, random numbers to simulate the real situation. The situation we simulate here is t

  • Q : Describe Throw an exception Throw an

    Throw an exception: Whenever an exceptional circumstance occurs in a program - frequently as an outcome of a logical error and exception object is formed and thrown. When the exception is not caught by an exception handler, the program will finish wit

  • Q : How does XML maintain white-space in

    How does XML maintain white-space in any documents?

  • Q : Explain myriad of computer systems of

    Explain myriad of computer systems of your target users?

  • Q : Problem on three dimensional diagram of

    Create a three dimensional diagram of function z = (x-2)2 + (y-3)3.

  • Q : What is Avoid Redundancy Avoid

    Avoid Redundancy: While not every form of redundancy is as bad from a verification perspective as it is from a maintenance point of view, behavioral redundancy to re-create (local) state can impose problems because the model checker does not distingui

  • Q : Define Property Specifications Property

    Property Specifications: Users can specify assertions using the assert(expr) statements. An assert statement is used to check if the property specified by the expression expr is valid within a state. If expr evaluates to 0, this implies that it is not

  • Q : Programming assignment Written (7

    Written (7 points): pp. 303-304: 1, 5, 6, 7 pp. 363-364: 3, 4, 6. pp.303-304: 1. In what ways are the initialization, repetition test, and update steps alike for a sentinel-controlled loop and an endfile-controlled loop? How are they different? 5. Rewrite the program

  • Q : Define Radio buttons Radio buttons : It

    Radio buttons: It is a group of selectable components in which merely one component might be selected. The selection of one of the group that causes the previously chosen component to be deselected.