I am trying to write a unit test for a method that uses a .net remoting object. The remoting object is created by using Activator.GetObject(typeof(myRemotingObje开发者_运维问答ctType), uri);
We have a Flex-BlazeDS-Spring-JMS application. The issue is sometimes we get a Blazeds error: NoSuchMethodException. It is not able to find the Java service. The weird issue with this it does not happ
I\'m having a remoting issue in my application. Since the architecture is quite complex, I\'ll try to make an simple example with dummy names to illustrate the problem.
Given that both the client and the server need to know everything about the object being remoted, firstly is this tight coupling, and secondly can .Net Remoting wo开发者_运维技巧rk in any other way?No
I searched a lot, apologies if I missed something obvious. And thanks for reading the looong text below.
I\'m using .net remoting, with asynchronous function calls to handle the ipc of my current project. I\'m running into an issue where I\'d like the client to:
I have a feeling that our .NET remoting services are getting overrun by objects instances that are hanging around on our server.
I\'ve been working in .net for a few years, and this is my first foray into IPC.I know of the various possibilities for doing IPC (Named Pipes, Remoting, Clipboard Managment, Win32API messaging), but
We have a server application (developed using .Net 1.1, C#) which listen the port 8086 and the client application, before starting will handshake with this server using remoting.
I\'m using Remoting to perform some IPC communic开发者_JAVA技巧ation, and have the following question: