Page 1 of 1

TimeOut on TZConnection

Posted: 21.09.2005, 14:03
by john_pa3erp
Hi developers,

Occasionnally, the Firebird 1.5 server on W2K I try to connect to hangs.
That is: the FB service is still running but the coonection does not get completed. In this case TZconnection does not return from its connect-method and I have to kill the process from the task-list.

Is it possible to add a time-out to TZConnction or a method to abort a connect?

thanks in advance!

John

Posted: 23.09.2005, 06:50
by fduenas
There is a aparam for mysql when using mysql protocol it has to bet set at TZConnection.properties

Code: Select all

 timeout=<secs>
But i dont' know if it is alredy implmented with Firebird/Interbase.

If not, try to post this a new RFE