TimeOut on TZConnection

Forum related to version 6.5.1 (alpha) and 6.6.x (beta) of ZeosLib's DBOs

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
john_pa3erp
Fresh Boarder
Fresh Boarder
Posts: 5
Joined: 05.09.2005, 15:59

TimeOut on TZConnection

Post 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
User avatar
fduenas
Zeos Dev Team
Zeos Dev Team
Posts: 132
Joined: 26.08.2005, 08:12
Location: Cancún

Post 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
Post Reply