Discussion:
[omniORB] -ORBid parameter
binod pal
2013-03-21 04:06:26 UTC
Permalink
Hi,

Does omniORB support multiple orb objects?

It means, if we pass different -ORBid parameters to orb_init(), does we get two different orb objects.
Does omniORB support this?

Can someone give an example of situation where one would require two different orb objects.

Regards
Binod Pal








_______________________________________________

omniORB-list mailing list

omniORB-list at omniorb-support.com

http://www.omniorb-support.com/mailman/listinfo/omniorb-list

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20130321/218a6039/attachment.html>
Duncan Grisby
2013-03-21 11:46:47 UTC
Permalink
On Thu, 2013-03-21 at 04:06 +0000, binod pal wrote:

> Does omniORB support multiple orb objects?

No. There is only ever one ORB object.

> Can someone give an example of situation where one would require two
> different orb objects.

Hypothetically, you could have different configuration for different
ORBs. Occasionally that might be useful, but it would lead to a lot more
complexity so omniORB doesn't support it.

Duncan.

--
-- Duncan Grisby --
-- duncan at grisby.org --
-- http://www.grisby.org --
evgeni.rojkov
2013-03-21 12:06:22 UTC
Permalink
... one more question in this context...

Having independent functionalities using omniOrb in dlls(windows) orb->shutdown() in each would affect all others.
Duncan, what would you suggest for omniOrb-dll-implemnentations to be independent from each other?

Best regards,Evgeni Rojkov

-----Urspr?ngliche Nachricht-----
Von: Duncan Grisby [mailto:duncan at grisby.org]
Gesendet: Donnerstag, 21. M?rz 2013 12:47
An: binod pal
Cc: omniORB-list at omniorb-support.com
Betreff: Re: [omniORB] -ORBid parameter

On Thu, 2013-03-21 at 04:06 +0000, binod pal wrote:

> Does omniORB support multiple orb objects?

No. There is only ever one ORB object.

> Can someone give an example of situation where one would require two
> different orb objects.

Hypothetically, you could have different configuration for different ORBs. Occasionally that might be useful, but it would lead to a lot more complexity so omniORB doesn't support it.

Duncan.

--
-- Duncan Grisby --
-- duncan at grisby.org --
-- http://www.grisby.org --
Loading...