Re: CORBA Root POA Manager



Mlacage@aol.com wrote:
> 
> hi
> 
> I noticed in the ORBit tutorial that there was an Echo Server which did as
> follows:
> it gets the RootPOA with a CORBA_ORB_resolve_initial_reference, activates the
> POA manager asscoiated to this RootPOA and registers its servant with the
> RootPOA. My question is: why does it need to activate the RootPOA manager ?
> Should not this POA Manager be allready in the active state ?
> 
> Last, i noticed in gnome-core/panel/main.c, main function that there was no
> POA stuff and some gnome-session stuff. Does gnome-session handles some of
> the POA stuff ?

Per the POA spec (www.omg.org) POAs are initialized in the 
"holding" state.  This includes the Root POA.  The book,
"CORBA Programming in C++", by Michi Henning and Steve
Vinovski has the best description of the POA and how to use
it I've ever seen.  Makes for excellent reading no matter
which implementation language you use.

> Mathieu
> 

-- ebm
+=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=+
|  __                         a.k.a. Eric B. Mitchell |
|  |_) .  _  _|      _|  _        ricdude@toad.net    |
|  | \ ( (_ (_| (_| (_| (/_    www.toad.net/~ricdude  |
| How's My Programming?   Call:  1 - 800 - DEV - NULL |
+=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=+



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]