Re: [PHP] Informix webdtablade and php functions

2006-01-12 Thread HENCHOZ Daniel
No, actually there is no limitation for the number of connection to the database ... Thanks Daniel Jochem Maas wrote: is it possible that you are only allowing a single connection (or a number of them) and that when apache comes up it's child processes eat up all the [persistent?] connectio

Re: [PHP] Informix webdtablade and php functions

2006-01-12 Thread Jochem Maas
is it possible that you are only allowing a single connection (or a number of them) and that when apache comes up it's child processes eat up all the [persistent?] connections so that there are none left for any other process? HENCHOZ Daniel wrote: Hello, I've installed a SUN server under Solar

[PHP] Informix webdtablade and php functions

2006-01-12 Thread HENCHOZ Daniel
Hello, I've installed a SUN server under Solaris 9 with Apache 2.0.55, PHP 5.1.1, Informix 9.40.UC6, Informix Client SDK 2.90.UC3, Informix Webdatablade 4.13.UC3. Now I try to get information from the Informix database via a PHP ifx_connect function and on the same apache server using the Inf