[CORBA] Broadcast method invocation

klep <[email protected]> Thu, 2 Jul 2009 23:52:27 -0700 (PDT)
Newsgroups gmane.comp.corba.omniorb.devel
Message-ID <[email protected]>
Hi All !

I'm only newbie in Corba, so may be this question just doesn't have answer
;)

I have two identical server application (with identical POA inside), can I
register two servers in Corba Name serviss with broadcast support ?

For example:

computer1
MyNameSpace::Server::CreateTest();

computer2
the same
MyNameSpace::Server::CreateTest();

Then client can send broadcast query to MyNameSpace::Server::CreateTest for
all servers simultaneous.

Is it possible ? And if yes, how ?
-- 
View this message in context: http://www.nabble.com/-CORBA--Broadcast-method-invocation-tp24317957p24317957.html
Sent from the OmniORB - Dev mailing list archive at Nabble.com.