1
8.0kviews
Explain RMI in CORBA by defining three level architecture in CORBA.
1 Answer
2
235views

Remote method invocation in COBRA

enter image description here

       fig. RMI in COBRA
  • The client gets the interoperable OR(IOR)

  • stubs can be generated automatically using IDL compiler & are included in code during compilation.

  • The client stub calls network relations using system calls.

  • ORB transfers marshalled data using CDR format(common character data represantation) to …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.