Subject | Re: [firebird-support] Re: Connection forcibly closed by remote host |
---|---|
Author | tsume |
Post date | 2007-01-03T23:28:01Z |
On Wed, January 3, 2007 2:03 pm, Adam wrote:
desktop, terminal services, or vnc(I recommend tightvnc on windows). I've
had tons of reliability problems with different types of applications on
unreliable connections. I've always found the solution to be easy, so slap
the application on a server and have the user connect to the server if
reliability is needed.
Tsume
> But what you have (and I don't mean to be rude) is a bit of a designSince the application is on windows, he might consider using remote
> limitation. Client-server doesn't work well over an unreliable
> connection, and WANs always have and always will be unreliable. One of
> two things may happen. Either you tell the customer that your
> application requires a reliable network connection and they will get
> these sorts of errors if it ever becomes unreliable, or you need to
> design your application to expect this sort of thing to happen, using
> something like a RemObjects service on the server and having your
> client connect to that service (which in turn makes a connection,
> performs whatever task then closes the connection or returns it to a
> pool or something).
>
> Hope that helps
>
> Adam
>
desktop, terminal services, or vnc(I recommend tightvnc on windows). I've
had tons of reliability problems with different types of applications on
unreliable connections. I've always found the solution to be easy, so slap
the application on a server and have the user connect to the server if
reliability is needed.
Tsume