Subject | Re: [firebird-support] solved too much firebird connections |
---|---|
Author | Ann W. Harrison |
Post date | 2005-04-08T18:37:44Z |
Matteo Cazzador wrote:
tell us how you solved the problem?
Thanks,
Ann
>>>netstat -napt | grep 3050 | wc -l to see number of session,For the sake of the next person who runs into the problem, would you
>>>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.
>
tell us how you solved the problem?
Thanks,
Ann