H
Hawix
Our application server uses Remoting and CallContext class to assign context
data for communication with client.
We want to use network load ballancing (NLB) to scale out our architecture.
CallContext is assigned after valid execution of login method (own method of
authorization) - so, it is session.
In this case I expect problems with CallContext (when exist a more then one
application server) because requests (after login) from client can be
redirected to another application server where there is no context data.
Does anybody know how to resolve this problem in simply way?
Greattings
Hawix
data for communication with client.
We want to use network load ballancing (NLB) to scale out our architecture.
CallContext is assigned after valid execution of login method (own method of
authorization) - so, it is session.
In this case I expect problems with CallContext (when exist a more then one
application server) because requests (after login) from client can be
redirected to another application server where there is no context data.
Does anybody know how to resolve this problem in simply way?
Greattings
Hawix