Corba Question: Download Corba PDF

Explain Does Corba support distributed reference counting architectures?

Tweet Share WhatsApp

Answer:

CORBA does not directly support distributed reference counting. This was a conscious decision on the part of its designers. While CORBA does not directly support reference counting, it is possible to build reference counting into a particular distributed object architecture. This can be done through an explicit session management facility which can be exposed through factories or other remote interfaces. While it is possible to design reference counting into an application, it is the burden of the application designer/developer to ensure that such an approach is implemented correctly.

Download Corba PDF Read All 19 Corba Questions
Previous QuestionNext Question
Explain Can Corba application be tuned for better performance?Explain Does Corba define high level application architectures?