Subject Re: [IB-Java] Re: Reconnect Parameter
Author Edward Flick
Hi Mark,
After a connection has been idle for a certain amount of time Interbase
disconnects without InterClient being notified. This causes an exception
the next time any kind of remote operation is performed, and makes the
Connection worthless ( for obvious reasons ). I think would should
implement a 'reconnect' parameter in the Connections parameters to specify
whether or not we want it to automatically reconnect if a dead connection is
detected. This is already being done in MySQL's JDBC driver. Since JDBC
doesn't have a detection method to check the validity of the connection,
this is the only option I see as pheasible.

Edward Flick

----- Original Message -----
From: "Mark O'Donohue" <mark.odonohue@...>
To: <IB-Java@egroups.com>
Sent: Thursday, August 31, 2000 08:44
Subject: [IB-Java] Re: Reconnect Parameter


>
>
> Hi Edward
>
>
>
> > Date: Wed, 30 Aug 2000 08:26:00 -0500
> > From: "Edward Flick" <eddy@...>
> > Subject: Reconnect Parameter
> >
> > Could we add a reconnect parameter to the connection object? This seems
to
> > be the most pheasible way of countering the timeout issue.
> >
>
> Im new to this group, but am currently working on the interclient source
at
> firebird, do you mind explaining to me what is the timeout problem is?
>
> Cheers
>
> Mark
>
> --
> Your database needs YOU!
> http://sourceforge.net/projects/firebird
>
>
>
>
> To unsubscribe from this group, send an email to:
> IB-Java-unsubscribe@egroups.com
>
>