Subject | Re: [firebird-support] too much firebird connections |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2005-04-06T05:56:32Z |
On 5 Apr 2005 at 18:56, Matteo Cazzador wrote:
pconnect().
--
SY, Dimitry Sibiryakov.
>>netstat -napt | grep 3050 | wc -l to see number of session, my1024 connections is hard-compiled limit.
>value are near 1020. How i can do, to increase number of connections
>or to force die connection not active ( where apache session is
>closed).
> I use adodb to connect firbird via php qith persistenUse connection pool. AFAICR, in PHP it means replace connect() with
>connection.
pconnect().
--
SY, Dimitry Sibiryakov.