Is it possible to have several ORB objects in the same process?
问题 I use ORBacus. I have a multithreading application and I want to have several ORB objects in the same process . The idea is: each thread to have its own ORB and to be connected to different server . Is this even possible? If so - how? " What have you tried? " : I have CORBA::ORB_var m_varOrb; in each thread. Each thread calls. Each thread has Reconnect method, which executes: // ... m_varOrb = CORBA::ORB_init( argc, argv ); The issues, I have: when several threads are trying to reconnect at