Hi Everyone
We have successfully implemented a remoting project using TCP/Binary. Our
windows client apps talk to a remoting windows service on another machine.
My question is, how can the windows apps recover/reconnect gracefully when
the connection drops or the service on the remote machine is restarted.
Currently, we have to restart the client apps.
I can catch the RemotingException and I tried using the old
UnregisterChannel method at this point and then re-registering the channel
but no luck.
I read somewhere you can use AppDomains but I'm not sure how to do this?
Any help will be greatly appreciated.
Cheers, Andrew
Andrew - 30 Oct 2003 18:35 GMT
You might want to consider using Genuine Channels:
http://www.genuinechannels.com
> Hi Everyone
>
[quoted text clipped - 14 lines]
>
> Cheers, Andrew