Subject Re: [firebird-support] solved too much firebird connections
Author Ann W. Harrison
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
>>>connectionsor to force die connection not active ( where apache
>>>session is closed).
>>>
>>>I use adodb to connect firbird via php qith persisten
>>>connection.
>>
>> 1024 connections is hard-compiled limit.
>>
>> Use connection pool. AFAICR, in PHP it means replace connect() with
>>pconnect().
>
> hello everybody the problem was caused by apache and php session i've
> solved.
>
For the sake of the next person who runs into the problem, would you
tell us how you solved the problem?


Thanks,


Ann