I have 4 session host in one collection and I'd like to install two different applications on different session hosts (say app "A" on 2 hosts and app "B" on the remaining 2 hosts). What kind of behavior should I expect from
load balancing? Will it know that app "A" exists only on these two host and not load balance to the other hosts or will it try to connect a user to a host where the application doesn't live? Forgive my ignorance.
↧