Servant Activator POA

This section describes the first of the advanced POA features designed to provide increased scalability for CORBA servers. If you are designing and developing a small-scale CORBA application—an application for which all of the CORBA objects can easily fit in memory—it is likely that the examples in the preceding sections have all the functionality that you need.

On the other hand, if you are implementing a large-scale system—one that manages thousands or even millions of CORBA objects—you will need to manage those objects in the most efficient manner possible. Using a PortableServer::ServantManager object in conjunction with a POA allows you much greater freedom to manage the lifecycle and activation of servant objects. ...

Get Pure CORBA now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.