Subject | Re: [firebird-support] Long timeouts on connect / exec query |
---|---|
Author | masotti |
Post date | 2010-06-30T08:11:10Z |
Hi Christian,
On 30/06/2010 08:56, Christian Kaufmann wrote:
>
>
> In my PHP scripts sometimes the ibase_connect command runs into a
> timeout. I'm not sure, what exactly is the reason here. It may be the
> number of users, because Apache sometimes gives a warning, that server
> did run out of threads.
>
I personally wonder why you're using ibase_connect() instead of
ibase_pconnect().
The only valid reason to do so is spot transaction control in the
scritpt or connection parameters rarely used (but anyway
ibase_pconnect() keeps pooling).
I stop here, before Helen's roar: for the PHP part of your question try
php-firebird list.
Ciao.
Mimmo.