When persistant connections are used with PHP and interbase, sometimes PHP make a new connection but one connection already exists. The first connection is not properly closed and the number of connections for interbase increase.
Does somebody have an idea to solve this problem ?
Thanks
Homer