Re: MarshalByRefObject



"Peter Morris [Droopy eyes software]" <pete@xxxxxxxxxxxxxxxxxxxxxx>
wrote in news:#jjjGpwGHHA.1264@xxxxxxxxxxxxxxxxxxxx:

3) If I use remoting and a MarshalByRefObject then the client will
always return to the same machine, effectively eliminating the ability
to load balance my requests.


Am I right or wrong about this?

If you build a SingleCall (stateless) remoting service - you can load
balance it across multiple service.

If you build a stateful (Singleton) remoting service, then it's harder to
load balance.

.


Loading