Re: MarshalByRefObject
- From: Spam Catcher <spamhoneypot@xxxxxxxxxx>
- Date: Sun, 10 Dec 2006 17:36:12 GMT
"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.
.
- Follow-Ups:
- Re: MarshalByRefObject
- From: Peter Morris [Droopy eyes software]
- Re: MarshalByRefObject
- References:
- MarshalByRefObject
- From: Peter Morris [Droopy eyes software]
- MarshalByRefObject
- Prev by Date: Re: Server load question
- Next by Date: Re: .NET Remoting, Windows Service host, load balancing
- Previous by thread: MarshalByRefObject
- Next by thread: Re: MarshalByRefObject
- Index(es):
Loading