R
Rob
It does not seem to be possible to host an NTLM (or Kerberos) authenticated
web service without enabling HTTP Keep-Alives (to enable the
challenge-response handshake.)
This means that load balancing (nlbs) does not work effificiently as
requests get "tied" to the same server. For server to server calls this can
cause one of the load balanced servers to get saturated.
So is there anyway to use authenticated web services and get true load
balancing?
web service without enabling HTTP Keep-Alives (to enable the
challenge-response handshake.)
This means that load balancing (nlbs) does not work effificiently as
requests get "tied" to the same server. For server to server calls this can
cause one of the load balanced servers to get saturated.
So is there anyway to use authenticated web services and get true load
balancing?