¡@

Home 

c++ Programming Glossary: orb_init

Use multiple ORBs through different threads (multithreaded multi-orb client application) - how?

http://stackoverflow.com/questions/13009694/use-multiple-orbs-through-different-threads-multithreaded-multi-orb-client-appl

thread for the connection to the different servers. But ORB_init crashes. Here's a very short code that I use for testing #include.. cfg nameservice argv 2 NULL CORBA ORB_var m_varOrb CORBA ORB_init argc argv cfg id pthread_mutex_unlock mutex return NULL So when.. etc. But then mt is true the second thread fails calling ORB_init . See the stack trace below. I'm pretty sure that I'm missing..