hi,
I'm building a distributed system in which I'd like nodes to find each other without specifying any fixed unicast address (hostort).
The IceGrid registry gets me partway there, in that the nodes only need to know one address.
But I'd like to be able to start up the registry (for example) on any host, and have it listen for broadcast or multicast datagrams from other nodes to initiate the connection for location service. Jini's location service works like this.
I tried a few different ways, but haven't found an endpoint syntax that made this work. Is it possible to do with Ice?
thanks,
brian.

ort).
Reply With Quote