[omniORB] is the orb a singleton

ERIKSSON,TOBIAS (A-Sweden,ex1) tobias_eriksson@agilent.com
Thu, 14 Dec 2000 10:28:43 +0100


Hi 
 Is the orb-object (CORBA::ORB_var orb = CORBA::ORB_init( argc, argv,
"omniORB3" ) ) a singleton object?
 What I am after is this, if I would in my application/server use the orb
everywhere in the application, cause otherwise I would have to have some
class that had the responsability over the orb-object so that it is only
created once and accessed many times. 

 Regards
  Tobias