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

后端 未结 2 1102
Happy的楠姐
Happy的楠姐 2021-01-29 01:43

This question is related to: Is it possible to have several ORB objects in the same process?

So, thanks to @BrianKelly I found information about the OR

2条回答
  •  死守一世寂寞
    2021-01-29 02:18

    The ORB will use different connections (and threads) to different servers every time - always. Receiving answers and incomming calls are also handled in different threads (if useful and/or needed).

    I think you try try to solve things, that the ORB already has solved for you. It's a middleware, don't scare about threading and stuff. It's already done by CORBA experts.

提交回复
热议问题