[omniORB] Can omniORB be initialized twice by the same applic ation?

Theo Aukerman taukerman@logici.com
Tue, 12 Oct 1999 07:08:07 -0700


>From the CORBA V2.2 spec dated Feb 1998.
Last paragraph of section 4.4 "ORB Initialization"

_______________________________________________________
The ORB_init operation may be called any number of times and shall return
the same
ORB reference when the same ORBid string is passed, either explicitly as an
argument
to ORB_init or through the arg_list. All other -ORB<suffix> parameters in
the arg_list
may be considered on subsequent calls to ORB_init.
_______________________________________________________

-----Original Message-----
From: Doug Anderson [mailto:doug@clark.net]
Sent: Saturday, October 09, 1999 9:45 AM
To: Omniorb List
Subject: Re: [omniORB] Can omniORB be initialized twice by the same
application?


Is this portable to other ORBs?  Does the spec say anything about
this topic?

> > I believe the omniORB documentation states that you can do this.
> > 
> > Further support is given by the first few lines of the (2.7.1) ORB_init
> > routine pasted below.
> >