Subject | Re: Live time of persistent connections |
---|---|
Author | Umberto |
Post date | 2010-08-09T11:21:26Z |
--- In firebird-php@yahoogroups.com, "ck1625" <ch.kaufmann@...> wrote:
Transactions are implicitly committed or rolled back (see configuration) at end of script, but connections are retained live and reused between scripts run.
Note that it's not PHP, but Apache that keeps alive connections.
If you want release connctions, you need to restart Apache server.
>PHP ibase_pconnect() uses pooled permanent connections.
> Hi,
>
> I use Apache 2.2.11, PHP 5.2.0, Firebird 2.5rc2 on a Windows server.
Transactions are implicitly committed or rolled back (see configuration) at end of script, but connections are retained live and reused between scripts run.
Note that it's not PHP, but Apache that keeps alive connections.
If you want release connctions, you need to restart Apache server.