Server load question
- From: "Ira Gladnick" <IraGladnick@xxxxxxxxx>
- Date: 9 Dec 2006 22:54:06 -0800
Say you create a client proxy object SomeObject via a call to
Activator.GetObject, and then call a method on SomeObject.
Is there a live connection or other resource being kept in use on the
server for the whole time that SomeObject is still alive on the client
end? If you store SomeObject in a static variable or a class level
variable and don't dispose of it, but don't actually do any additional
calls on it, could that potentially result in an extra load on the
server?
Would there be any difference in this regard between whether the server
class was a Singleton or Single Call?
Not necessarily saying that I am looking to do this. Mostly just
curious.
.
- Follow-Ups:
- Re: Server load question
- From: Spam Catcher
- Re: Server load question
- Prev by Date: Re: .NET Remoting, Windows Service host, load balancing
- Next by Date: Re: Server load question
- Previous by thread: MarshalByRefObject
- Next by thread: Re: Server load question
- Index(es):
Loading