Subject Live time of persistent connections
Author ck1625
Hi,

I use Apache 2.2.11, PHP 5.2.0, Firebird 2.5rc2 on a Windows server.

I had problems with two many connections. When I query the MON$ATTACHMENTS table, I can see that MON$TIMESTAMP hast quite old values (more than 1-2 days).

If I use ibase_pconnect, are connections never closed by the PHP module? Or is there a parameter where I can set the live time of a connection?

cu Christian