C
Charles Law
Guest
When the NLB service forwards to the nodes in an NLB cluster, does it know
whether something is listening on a given port?
Suppose I have a 2-node NLB cluster. I run the same program on both nodes,
listening on the same port. I expect that NLB will share incoming
sessions/messages between the nodes, depending on how I have configured it.
When a node goes down, NLB should just send messages to the remaining node.
But what happens if both nodes are running, and I stop my program running on
one of the nodes? Is NLB clever enough to see that there is nothing
listening to the port on one of the nodes, and therefore just forward to the
other node, or does it continue to share regardless?
Thanks for any insights.
Charles
whether something is listening on a given port?
Suppose I have a 2-node NLB cluster. I run the same program on both nodes,
listening on the same port. I expect that NLB will share incoming
sessions/messages between the nodes, depending on how I have configured it.
When a node goes down, NLB should just send messages to the remaining node.
But what happens if both nodes are running, and I stop my program running on
one of the nodes? Is NLB clever enough to see that there is nothing
listening to the port on one of the nodes, and therefore just forward to the
other node, or does it continue to share regardless?
Thanks for any insights.
Charles