Subject Re: [firebird-php] Firebird1.5, ADODB & PHP Sessions
Author Alex Taylor
What method do you use for connecting to FB? ibase_connect or
ibase_pconnect? Because the ibase_pconnect leaves the connection opened
between 2 call and because of this the FB server process won't be
terminated even if it is classic server.

Alex