> Question:
> How have people implemented .NET Remoting connection 
> recovery? Is there an approach easier or better than mine?

This is something that we've been thinking about, but haven't
implemented anything yet.  All of our remoting code goes through a
series of "Manager" classes, in which we could put extra error trapping,
but your solution sounds quite attractive to me.

One of the things that we would like to do is pop up a dialog box
allowing a retry to the connection, but not fail immediately.  This is
because we would like to be able to update our middle tier (which we
communicate with using remoting) without all the clients falling over!
However, we haven't run any trials to find out whether this is at all
practical.

We are using a binary TcpChannel.  

Best wishes
James
 

Reply via email to