Subject firebird keeps hanging
Author fb_jamaa
I am using firebird superserver variant 1.5.5 (windows) and 1.5.4 (linux)
with PHP 5.2.6 and apache 2.2.6.

Problem is firebird abitrarily becomes unresponsive resulting in scripts
giving the error Unable to complete network request to host "localhost".
Of worthy note is that all client libraries match with the server version,
we only access a max of 2 databases concurrently.

Scripts start transactions in the following manner:

$p = IBASE_WRITE + IBASE_NOWAIT + IBASE_COMMITTED + IBASE_REC_VERSION;
$h=ibase_connect("localhost:db.fdb","sysdba","masterkey");
$t = ibase_trans($p,$h);
$r = ibase_query($t,$sql_statement);

when i check, the server process seems to be running despite the error
above. I have set up the guardian to automatically restart the server if
it crashes.

Anyone out there with a solution, kindly help

regards

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/