Archived

This forum has been archived. Please start a new discussion on GitHub.

how can i config mutiple node(in different pc) to one icegrid for load-balancing?

how can i config mutiple node(in different pc) to one icegrid for load-balancing?

i hope this can do favour on failover, for example, one pc is shutdown by accident, then i hope icegrid can auto start the servers shut down by accident in another pc.

Comments

  • benoit
    benoit Rennes, France
    Hi,

    You just need to run the icegridnode process on each PC. You should also run at least 2 instances of the icegridregistry process (one configured as the master, and the other as a slave) to ensure one is always up. See the IceGrid demo from the demo/IceGrid/replication directory of your Ice distribution for an example where multiple IceGrid registries and nodes are deployed to run such an application.

    Cheers,
    Benoit.