Subject Re: [firebird-support] too much firebird connections
Author Dimitry Sibiryakov
On 5 Apr 2005 at 18:56, Matteo Cazzador wrote:

>>netstat -napt | grep 3050 | wc -l to see number of session, my
>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).

1024 connections is hard-compiled limit.

> I use adodb to connect firbird via php qith persisten
>connection.

Use connection pool. AFAICR, in PHP it means replace connect() with
pconnect().
--
SY, Dimitry Sibiryakov.