[PHP-DB] Interbase: ibase_pconnect() problem solved

2001-03-19 Thread Wolfgang Hege
Hi ! I solved this problem. The list, where persistent database connections are cached, is thread local. Since the Win32 release of Apache is muli-threading with a default parameter of 50 active threads and the incoming requests are dispatched to the threads in alternating order, it takes 50 requ

[PHP-DB] Interbase: ibase_pconnect() problem

2001-03-15 Thread Wolfgang Hege
Hi ! I have following problem when connecting to Interbase: When trying to establish a persistent connection using 'ibase_pconnect()', a new connection is created each time. The database connection remains open, but it will not be re-used later. So I have loads of database connections and a huge