Threading Models within Corba Server

Asked By 30 points N/A Posted on -
qa-featured

Hi

Iam using a Corba server, What are the different threading models used within the corba servers?

Thanks

SHARE
Best Answer by Sumabat hath
Best Answer
Best Answer
Answered By 0 points N/A #107294

Threading Models within Corba Server

qa-featured

The Component Model (CCM) is the threading model of the CORBA.it is introduced withCORBA3 and describes the framework application & their component.

It is form of Beans Providing 4 components it accepts services through well defined names call ports & also provide abstraction of the component. It is a type of container where software can be deployed. Services offered by container can be used by components. Notification, persistence and authentication are including into the container. These services are mostly used by distributed system by moving implementation to container component complexity is reduced and also useful for reusability.

Answered By 0 points N/A #107296

Threading Models within Corba Server

qa-featured

Hi,

In Cobra server, CCM is the most common threading module.  It is available from the 3rd version of Cobra. It provides proper abstraction. It describes the framework application. It also describes the components of application.

It acts like a container where software is deployed. The cobra server is a bit hard to operate.

 

Thanks and regards,

Skarbos Jay.

Related Questions