I have a feeling that our .NET remoting services are getting overrun by objects instances that are hanging around on our server.
My understanding of .Net Remoting is limited (and probably imperfect), so please bear with me. I\'ve created a service that is hosting a singleton remoted object.It appears that the remoted object do
Scalability issue with singleton object Hi All, We have a singleton object hosted in windows service. It works fine untill the number of simultaneous client requests exceeds some magical number arou
I have been working my way through the .NET Remoting Overview at http://msdn.microsoft.com/en-us/library/kwdt6w2k(v=VS.71).aspx , and I don\'t understand a couple of things, hope someone here can she开
I have a client server set up between different computers on a 开发者_运维百科network using .Net Remoting in C#.
We have bee开发者_如何转开发n asked by a customer which encryption methods are used for our remoting calls -- we use the secure=\"true\" tokenImpersonationLevel=\"impersonation\" attributes on the cha
When do we need to use .NET Remoting? What is the Serialization usage in .NET Remoting开发者_StackOverflow社区?If you need to remotely and transparently call functions. Serializable objects must be us
I\'m trying to accomplish some form of redirection of messages in .NET Remoting. As you can see in the image I would like for the client to send a message to the provider (which is the only URI that
I have a Remoting Class as a Singleton <configuration> <system.runtime.remo开发者_StackOverflow社区ting>
i am making a messenger over internet. it has a server which listens to clients but when it try to send the reply to any request to client it shows the error of client not found.