.net-remoting
.NET Remoting List All Server Activated Objects
I have a feeling that our .NET remoting services are getting overrun by objects instances that are hanging around on our server.[详细]
2023-01-09 23:39 分类:问答.Net Remoting Question
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[详细]
2023-01-07 20:51 分类:问答Scalability issue with singleton object (remoting)
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[详细]
2023-01-07 03:04 分类:问答Don't understand remoting activation
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开[详细]
2023-01-06 10:35 分类:问答.Net Remoting - Reboot Server and get reboot status
I have a client server set up between different computers on a 开发者_运维百科network using .Net Remoting in C#.[详细]
2023-01-05 15:55 分类:问答What encryption method does .NET use when setting secure="true" in a remoting channel configuration?
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[详细]
2023-01-04 22:09 分类:问答When do we need to use .NET Remoting?
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[详细]
2023-01-03 06:26 分类:问答.NET Remoting - Redirect Message / Host Redundancy
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[详细]
2023-01-02 11:05 分类:问答.NET Remoting memory leak?
I have a Remoting Class as a Singleton <configuration> <system.runtime.remo开发者_StackOverflow社区ting>[详细]
2022-12-27 20:02 分类:问答Having problem reaching client which don't have static ip address
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.[详细]
2022-12-27 12:52 分类:问答
加载中,请稍侯......