[CORBA] Broadcast method invocation

View: New views
1 Messages — Rating Filter:   Alert me  

[CORBA] Broadcast method invocation

by klep :: Rate this Message:

| View Threaded | Show Only this Message

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 ?