| Thread | Last Post | Replies |
|
| Remoting with Generics? | 25 Feb 2008 13:21 GMT | 1 |
i want to use Remoting for IPC (inter process communication). I thought that the most flexible Exchange (remoted) object would be a singleton implementing the Dictionary(K,T) interface (K & T being exposed generic key and data types).
|
| Intercepting local calls | 23 Feb 2008 22:46 GMT | 4 |
I am trying to intercept local calls to objects. I have found 3 ways to do this and they all stink. The root of the problem is that it forces users of my implementation to derive from MarshalByRef or ContextBoundObject. This will not work.
|
| Remoting on Terminal Server | 21 Feb 2008 15:12 GMT | 3 |
I have to apps that communicate using remoting. This works fine on a single machine. When I run the same on a terminal server I get an error when registering a channel, when the second client starts the application.
|
| Keep Alive | 19 Feb 2008 11:08 GMT | 4 |
I have a singleton server side object published by .Net C# remoting. In the client side after creating the object, how can I know when the server is down by receiving connection down event? The server does not have a keep alive method that I can call every X seconds
|
| ISponsor.Renewal not called when server and client are in different machine | 08 Feb 2008 20:01 GMT | 1 |
What could be a problem when ISponsor.Renewal is not geting called if remoting server is not in the same computer that remoting client. If I put remoting server to same machine than client ISponsor.Renewal is geting called.
|